mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 00:32:35 +01:00
ircd: log runtime path (mainly as proof of concept for rb_path_to_self())
This commit is contained in:
parent
790e4dce4e
commit
4d383612d4
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ print_startup(int pid)
|
|||
if (fd != 1)
|
||||
abort();
|
||||
#endif
|
||||
|
||||
inotice("runtime path: %s", rb_path_to_self());
|
||||
inotice("now running in %s mode from %s as pid %d ...",
|
||||
!server_state_foreground ? "background" : "foreground",
|
||||
ConfigFileEntry.dpath, pid);
|
||||
|
|
Loading…
Reference in a new issue