diff --git a/daemon/daemon_config.c b/daemon/daemon_config.c index d815cce..9602408 100644 --- a/daemon/daemon_config.c +++ b/daemon/daemon_config.c @@ -437,7 +437,7 @@ void config_init(GameModeConfig *self) self->inotfd = inotify_init1(IN_NONBLOCK); if (self->inotfd == -1) LOG_ERROR( - "inotify_init failed: %s, gamemode will be able to watch config files for edits!\n", + "inotify_init failed: %s, gamemode will not be able to watch config files for edits!\n", strerror(errno)); for (unsigned int i = 0; i < CONFIG_NUM_LOCATIONS; i++) {