Skip to content
Snippets Groups Projects
Commit 3a57f6d6 authored by Alaric Senat's avatar Alaric Senat
Browse files

Enable libupnp debug

parent 04822851
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@
#include "upnp_server.h"
#include <upnp/ExtraHeaders.h>
#include <upnp/upnpdebug.h>
#include <vlc_common.h>
......
......@@ -34,6 +34,7 @@
#endif
#include "upnp-wrapper.hpp"
#include "upnp/upnpdebug.h"
UpnpInstanceWrapper* UpnpInstanceWrapper::s_instance;
UpnpInstanceWrapper::Listeners UpnpInstanceWrapper::s_listeners;
......@@ -62,6 +63,9 @@ UpnpInstanceWrapper *UpnpInstanceWrapper::get(vlc_object_t *p_obj)
return NULL;
}
//UpnpSetLogLevel(UPNP_INFO);
//UpnpSetLogFileNames("/tmp/upnp.log", NULL);
#ifdef UPNP_ENABLE_IPV6
char* psz_miface = var_InheritString( p_obj, "miface" );
if (psz_miface == NULL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment