Fixed: Compilation
This commit is contained in:
parent
1704030c38
commit
11447db573
1 changed files with 1 additions and 1 deletions
|
@ -977,7 +977,7 @@ bool launchProgramArray (const std::string &programName, const std::vector<std::
|
||||||
{
|
{
|
||||||
char *err = strerror (errno);
|
char *err = strerror (errno);
|
||||||
if (log)
|
if (log)
|
||||||
nlwarning("LAUNCH: Failed launched '%s' with arg '%s' err %d: '%s'", programName.c_str(), arguments.c_str(), errno, err);
|
nlwarning("LAUNCH: Failed launched '%s' with arg '%s' err %d: '%s'", programName.c_str(), joinArguments(arguments).c_str(), errno, err);
|
||||||
}
|
}
|
||||||
else if (status == 0)
|
else if (status == 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue