mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 07:22:57 +02:00
helpers.cpp: add add script name to debug output
Origin commit data
------------------
Branch: ni/coolstream
Commit: b11646d5ce
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-07-08 (Wed, 08 Jul 2020)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -559,7 +559,7 @@ bool exec_controlscript(std::string script)
|
||||
dprintf(DEBUG_NORMAL, "executing %s\n", controlscript.c_str());
|
||||
int ret = my_system(controlscript.c_str());
|
||||
if (ret)
|
||||
dprintf(DEBUG_NORMAL, "control script failed\n");
|
||||
dprintf(DEBUG_NORMAL, "exec control script [%s] failed\n", controlscript.c_str());
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
Reference in New Issue
Block a user