Commit db21ff87 authored by Fabio Ritrovato's avatar Fabio Ritrovato

Fix debug message

parent d9ab1c71
......@@ -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;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment