summaryrefslogtreecommitdiff
path: root/Plexservice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Plexservice.cpp')
-rw-r--r--Plexservice.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Plexservice.cpp b/Plexservice.cpp
index 9ddc29d..f84c233 100644
--- a/Plexservice.cpp
+++ b/Plexservice.cpp
@@ -169,8 +169,8 @@ namespace plexclient {
return pAllsections;
}
else {
- dsyslog("[plex] URI: %s%s Response bad: s%", pServer->GetUri().c_str(), uri.c_str(),
- response.getReasonForStatus(response.getStatus()).c_str());
+ dsyslog("[plex] URI: %s%s Response bad: d%", pServer->GetUri().c_str(), uri.c_str(),
+ response.getStatus());
return 0;
}