mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
helpers: fix error message in exec_initscript()
Origin commit data
------------------
Branch: ni/coolstream
Commit: c6b72f034f
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-06-22 (Tue, 22 Jun 2021)
Origin message was:
------------------
- helpers: fix error message in exec_initscript()
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -589,7 +589,7 @@ bool exec_initscript(std::string script, std::string command, std::string system
|
||||
dprintf(DEBUG_NORMAL, "Error: [helpers] [%s - %d] no system command defined\n", __func__, __LINE__);
|
||||
|
||||
if (ret)
|
||||
dprintf(DEBUG_NORMAL, "Error: [helpers] exec init script [%s] failed\n", system_command.c_str());
|
||||
dprintf(DEBUG_NORMAL, "Error: [helpers] exec init script [%s] failed\n", script.c_str());
|
||||
|
||||
return ret == 0 ? true : false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user