missing argument for LOGI

This commit is contained in:
Omar Polo 2021-02-04 18:09:42 +00:00
parent 9543e3fbaf
commit 102d2e9cce
1 changed files with 1 additions and 1 deletions

2
gmid.c
View File

@ -681,7 +681,7 @@ main(int argc, char **argv)
wait_sighup();
unblock_signals();
LOGI("reloading configuration %s", config_path);
LOGI(NULL, "reloading configuration %s", config_path);
old_ipv6 = conf.ipv6;
old_port = conf.port;