diff --git a/db/node_status.in b/db/node_status.in index ec4b2d0b455f0d2c1397b114e28bc76af8a23866..2522aac8793385144d27285726ab76b2c04e315e 100755 --- a/db/node_status.in +++ b/db/node_status.in @@ -1,7 +1,7 @@ #!/usr/bin/perl -w # # EMULAB-COPYRIGHT -# Copyright (c) 2000-2005 University of Utah and the Flux Group. +# Copyright (c) 2000-2005, 2007 University of Utah and the Flux Group. # All rights reserved. # use English; @@ -187,7 +187,7 @@ while (my ($node) = $query_result->fetchrow_array) { if ($verbose); if (!$debug) { MarkPhysNodeDown($node); - TBSetNodeLogEntry($node, $UID, TB_DEFAULT_NODELOGTYPE(), + TBSetNodeLogEntry($node, "root", TB_DEFAULT_NODELOGTYPE(), "'Moved to hwdown by node_status; ". "did not report in for more than $timeout seconds.'"); }