Fix typos
This commit is contained in:
@@ -88,7 +88,7 @@ class PluginRemotesupportRemotesupport extends CommonDBTM
|
||||
return 0;
|
||||
}
|
||||
|
||||
Toolbox::logInFile("remotsupport", "Starting search of agents\n");
|
||||
Toolbox::logInFile("remotesupport", "Starting search of agents\n");
|
||||
|
||||
if ($config["run_mode"] == "Parallel") {
|
||||
$pfConfig = new PluginFusioninventoryConfig();
|
||||
@@ -140,7 +140,7 @@ class PluginRemotesupportRemotesupport extends CommonDBTM
|
||||
// proc_close in order to avoid a deadlock
|
||||
$return_value = proc_close($process);
|
||||
|
||||
Toolbox::logInFile("remotsupport", "command returned $return_value\n");
|
||||
Toolbox::logInFile("remotesupport", "command returned $return_value\n");
|
||||
}
|
||||
|
||||
} else {
|
||||
@@ -183,7 +183,7 @@ class PluginRemotesupportRemotesupport extends CommonDBTM
|
||||
|
||||
$comp = new Computer();
|
||||
$comp->getFromDB($s->computers_id);
|
||||
Toolbox::logInFile("remotsupport", $s->computers_id . " " . $cids[$s->computers_id] . "\n");
|
||||
Toolbox::logInFile("remotesupport", $s->computers_id . " " . $cids[$s->computers_id] . "\n");
|
||||
$ids[] = $s->computers_id;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user