summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plexgdm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plexgdm.cpp b/plexgdm.cpp
index f9ed959..cdc1339 100644
--- a/plexgdm.cpp
+++ b/plexgdm.cpp
@@ -167,7 +167,7 @@ void plexgdm::discover()
if(s_it->GetIpAdress() == host) {
flag = false;
s_it->ParseData(data, host);
- isyslog("[plex] Server Updated: %s", host.c_str());
+ dsyslog("[plex] Server Updated: %s", host.c_str());
}
}
if(flag) {