From 1993ac8caa60988721c50da4023d89466b094e51 Mon Sep 17 00:00:00 2001 From: Mike Hibler <mike@flux.utah.edu> Date: Mon, 11 Oct 2004 16:34:23 +0000 Subject: [PATCH] remove some redundancy from the hwdown log message --- db/node_status.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/node_status.in b/db/node_status.in index b4ba71fb6d..05ce92fac2 100755 --- a/db/node_status.in +++ b/db/node_status.in @@ -189,6 +189,6 @@ while (my ($node) = $query_result->fetchrow_array) { MarkPhysNodeDown($node); TBSetNodeLogEntry($node, $UID, TB_DEFAULT_NODELOGTYPE(), "'Moved to hwdown by node_status; ". - "$node has not reported in for more than $timeout seconds.'"); + "did not report in for more than $timeout seconds.'"); } } -- GitLab