ircd: fix compile of relocate_paths()
This commit is contained in:
parent
7145720468
commit
73b70ae846
1 changed files with 1 additions and 1 deletions
|
@ -486,7 +486,7 @@ relocate_paths(void)
|
|||
ircd_paths[IRCD_PATH_BIN] = rb_strdup(workbuf);
|
||||
ircd_paths[IRCD_PATH_LIBEXEC] = rb_strdup(workbuf);
|
||||
|
||||
inotice("runtime paths:")
|
||||
inotice("runtime paths:");
|
||||
for (int i = 0; i < IRCD_PATH_COUNT; i++)
|
||||
{
|
||||
inotice(" %s: %s", ircd_pathnames[i], ircd_paths[i]);
|
||||
|
|
Loading…
Reference in a new issue