From d6581a2ac51e0a1d3bcd67486063efad0ded05e7 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 10 Mar 2016 09:48:39 +0100 Subject: [PATCH] config: more user friendly message scanfile (re)initialization ... --- src/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.c b/src/config.c index a4395998c..8c04dbccd 100644 --- a/src/config.c +++ b/src/config.c @@ -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 ?: ""); scanfile_init(muxconf_path, 1); free(muxconf_path); } -- 2.47.3