diff --git a/tbsetup/os_select.in b/tbsetup/os_select.in index c17a871f4689ec3729e61f0840c1255eed753d95..6ba1bc804aa337c0a93ca0f37525e7a414506cd0 100644 --- a/tbsetup/os_select.in +++ b/tbsetup/os_select.in @@ -133,8 +133,8 @@ if ($UID && !TBAdmin($UID)) { fatal("os_select: You do not have permission to modify ". "one or more of the nodes.\n"); } - debug("Access granted to all nodes requested.\n"); -} else { debug("Running as an admin.\n"); } + debug("$UID: Access granted to all nodes requested.\n"); +} else { debug("$UID: Running as an admin.\n"); } my $pernodeopmode=0; my $opmode = os_opmode($osid);