mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
CLuaInstance: Fixes occasional problems when exiting the movie player
Reduces debug output in curl
This commit is contained in:
@@ -350,7 +350,7 @@ Example:
|
||||
return 2;
|
||||
}
|
||||
|
||||
if (silent == false)
|
||||
if (verbose == true)
|
||||
printf("%s\n \n", msg.c_str());
|
||||
|
||||
lua_pushinteger(L, LUA_CURL_OK);
|
||||
|
Reference in New Issue
Block a user