diff options
-rw-r--r-- | PlexServer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PlexServer.cpp b/PlexServer.cpp index 5fe3f49..27f2e73 100644 --- a/PlexServer.cpp +++ b/PlexServer.cpp @@ -137,7 +137,7 @@ std::istream& PlexServer::MakeRequest(Poco::Net::HTTPResponse& response, bool& o try { GetClientSession()->sendRequest(request); } catch (Poco::TimeoutException &exc) { - esyslog("[plex] Timeout: %s", path); + esyslog("[plex] Timeout: %s", path.c_str()); ok = false; } std::istream& stream = GetClientSession()->receiveResponse(response); |