diff options
Diffstat (limited to 'src/shl_log.c')
-rw-r--r-- | src/shl_log.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shl_log.c b/src/shl_log.c index d35a31f..5b726a4 100644 --- a/src/shl_log.c +++ b/src/shl_log.c @@ -19,7 +19,7 @@ #include <stdlib.h> #include <string.h> #include <sys/time.h> -#include "githead.h" +#include "shl_githead.h" #include "shl_log.h" #include "shl_misc.h" @@ -505,5 +505,5 @@ void log_print_init(const char *appname) appname = "<unknown>"; log_format(LOG_DEFAULT_CONF, NULL, LOG_NOTICE, "%s Revision %s %s %s", appname, - BUILD_GIT_HEAD, __DATE__, __TIME__); + shl_git_head, __DATE__, __TIME__); } |