Skip to content
Snippets Groups Projects
Commit 7468b061 authored by Leigh B. Stoller's avatar Leigh B. Stoller
Browse files

Minor fix to print statement.

parent a2caaa98
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,8 @@ TBDebugTimeStamp("nalloc checked exp state");
#
if ($UID) {
if (!TBExptAccessCheck($UID, $pid, $eid, TB_EXPT_MODIFY)) {
warn("*** You not have permission to allocate nodes in $pid/$eid!\n");
warn("*** You do not have permission to allocate nodes in ".
"$pid/$eid!\n");
exit -1;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment