aboutsummaryrefslogtreecommitdiffstats
path: root/src/ZeroconfGlue.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/ZeroconfGlue.cxx')
-rw-r--r--src/ZeroconfGlue.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ZeroconfGlue.cxx b/src/ZeroconfGlue.cxx
index 24040d818..7c9c973cc 100644
--- a/src/ZeroconfGlue.cxx
+++ b/src/ZeroconfGlue.cxx
@@ -50,8 +50,8 @@ ZeroconfInit(gcc_unused EventLoop &loop)
return;
if (listen_port <= 0) {
- LogInfo(zeroconf_domain,
- "No global port, disabling zeroconf");
+ LogWarning(zeroconf_domain,
+ "No global port, disabling zeroconf");
zeroconfEnabled = false;
return;
}