diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-04-03 15:54:21 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-04-03 15:54:21 +0200 |
commit | 8509f777b43f0a44414ddcb7e8fc0b7c240bd1f9 (patch) | |
tree | 2c51be47c506c7b7aabe624a01289b7584b7e7a6 /src/core/wee-log.c | |
parent | ad199b41aea0fba54287512e248bb4b29c935abb (diff) | |
download | weechat-8509f777b43f0a44414ddcb7e8fc0b7c240bd1f9.zip |
New features and bug fixes with bars
Diffstat (limited to 'src/core/wee-log.c')
-rw-r--r-- | src/core/wee-log.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/wee-log.c b/src/core/wee-log.c index 65027ca40..e5cd098d7 100644 --- a/src/core/wee-log.c +++ b/src/core/wee-log.c @@ -108,6 +108,8 @@ log_init () "with another home using \"--dir\" command line option.\n")); exit (1); } + log_printf ("%s (%s %s %s)", + PACKAGE_STRING, _("compiled on"), __DATE__, __TIME__); } /* |