summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/sbin/ImpParamConsistency.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sbin/ImpParamConsistency.pl b/lib/sbin/ImpParamConsistency.pl
index 78fbe5be..4cce10b4 100644
--- a/lib/sbin/ImpParamConsistency.pl
+++ b/lib/sbin/ImpParamConsistency.pl
@@ -74,13 +74,13 @@ sub CheckImpParamConsistency
else
{
$message = "Thorn $thorn attempted to EXTEND or USE non-restricted parameter $parameter from $friend";
- &CST_error(0,$message,__LINE__,__FILE__);
+ &CST_error(0,$message,"",__LINE__,__FILE__);
}
}
else
{
$message = "Thorn $thorn attempted to EXTEND or USE non-existant parameter $parameter from $friend";
- &CST_error(0,$message,__LINE__,__FILE__);
+ &CST_error(0,$message,"",__LINE__,__FILE__);
}
}
}