Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
config: more user friendly message scanfile (re)initialization ...
  • Loading branch information
perexg committed Mar 10, 2016
1 parent 74db86c commit d6581a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.c
Expand Up @@ -1945,7 +1945,7 @@ config_muxconfpath_notify_cb(void *opaque, int disarmed)
free(muxconf_path);
return;
}
tvhinfo("config", "scanfile re-initialization with path %s", muxconf_path);
tvhinfo("config", "scanfile (re)initialization with path %s", muxconf_path ?: "<none>");
scanfile_init(muxconf_path, 1);
free(muxconf_path);
}
Expand Down

0 comments on commit d6581a2

Please sign in to comment.