diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2003-11-16 19:40:36 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2003-11-16 19:40:36 +0000 |
commit | d4ec2e46aafd0064b62f4bbc8b1bc23565881c0c (patch) | |
tree | 5b827b62e780c342111da241e04a8da6d9de07b7 /src/common/weeconfig.c | |
parent | fd9512bbbcc2857cd1a3a309d9883d199d60122b (diff) | |
download | weechat-d4ec2e46aafd0064b62f4bbc8b1bc23565881c0c.zip |
Perl plugin support
Diffstat (limited to 'src/common/weeconfig.c')
-rw-r--r-- | src/common/weeconfig.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/weeconfig.c b/src/common/weeconfig.c index 3a58da127..062735d50 100644 --- a/src/common/weeconfig.c +++ b/src/common/weeconfig.c @@ -948,7 +948,7 @@ config_create_default () } printf (_("%s: creating default config file...\n"), PACKAGE_NAME); - log_printf (_("creating default config file\n")); + wee_log_printf (_("creating default config file\n")); current_time = time (NULL); sprintf (line, _("#\n# %s configuration file, created by " @@ -1081,7 +1081,7 @@ config_write (char *config_name) return -1; } - log_printf (_("saving config to disk\n")); + wee_log_printf (_("saving config to disk\n")); current_time = time (NULL); sprintf (line, _("#\n# %s configuration file, created by " |