summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.linkup3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.linkup b/etc/rc.linkup
index 9de255a..36654fa 100755
--- a/etc/rc.linkup
+++ b/etc/rc.linkup
@@ -41,7 +41,8 @@
$counter = 1;
while($processing == true) {
if($argv[$counter] == "" or $argv[$counter] == "\n") {
- log_error("Arguments passed incorrectly to rc.linkup. Exiting.");
+ $argspassed = file_get_contents("/tmp/rc.linkup");
+ log_error("Arguments passed incorrectly to rc.linkup. '{$argspassed}' Exiting.");
exit;
}
log_error("Processing {$argv[$counter]} - {$argv[$counter+1]}");
OpenPOWER on IntegriCloud