From a5088f9f23a81d757fdb6824696b67274696c078 Mon Sep 17 00:00:00 2001 From: methodus Date: Sat, 27 Oct 2012 01:37:47 +0200 Subject: Fixed type bug in parsing Range header. --- media/pluginManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'media/pluginManager.cpp') diff --git a/media/pluginManager.cpp b/media/pluginManager.cpp index 1a36b4d..8cde797 100644 --- a/media/pluginManager.cpp +++ b/media/pluginManager.cpp @@ -405,7 +405,7 @@ bool upnp::cPluginManager::DLL::Load(){ return true; } } else { - cerr << "Error while opening plugin: " << error << endl; + esyslog("UPnP\tError while opening plugin: %s", error); } return false; -- cgit v1.2.3