[vlc-devel] commit: Fix debug message (Fabio Ritrovato )
git version control
git at videolan.org
Mon Feb 22 20:39:04 CET 2010
vlc | branch: master | Fabio Ritrovato <sephiroth87 at videolan.org> | Mon Feb 22 20:30:02 2010 +0100| [db21ff87b3749938d3bc1a8c6466f2105d0783b6] | committer: Fabio Ritrovato
Fix debug message
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=db21ff87b3749938d3bc1a8c6466f2105d0783b6
---
modules/misc/lua/services_discovery.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/misc/lua/services_discovery.c b/modules/misc/lua/services_discovery.c
index ebe2484..dc70966 100644
--- a/modules/misc/lua/services_discovery.c
+++ b/modules/misc/lua/services_discovery.c
@@ -172,6 +172,6 @@ static void* Run( void *data )
lua_pop( L, 1 );
return NULL;
}
- msg_Dbg( p_sd, "LuaSD script loaded: %s", p_sd->psz_name );
+ msg_Dbg( p_sd, "LuaSD script loaded: %s", p_sys->psz_filename );
return NULL;
}
More information about the vlc-devel
mailing list