diff options
author | Omar Polo <op@omarpolo.com> | 2021-02-04 18:09:42 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-02-04 18:09:42 +0000 |
commit | 102d2e9cce03e15fa001f4ee80862803c430b81a (patch) | |
tree | 9b41b8e064e2602d8452df91e924886279220e8a /gmid.c | |
parent | 9543e3fbafcbd71d5e22b3d21437ef7c1255f025 (diff) |
missing argument for LOGI
Diffstat (limited to 'gmid.c')
-rw-r--r-- | gmid.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |