Small bug fix in agent log corrections for cleanup script

git-svn-id: svn://192.168.202.10@1651 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2011-05-04 11:40:08 +00:00
parent cbe6d30bc0
commit 6c6c27a0b2
+2
View File
@@ -33,6 +33,7 @@
# 110414-0200 - Added queue_log CONNECT and PAUSEALL/UNPAUSEALL validation and fixing
# 110415-1442 - Added one minute run option
# 110425-1345 - Added check-complete-pauses option
# 110504-0737 - Small bug fix in agent log corrections
#
# constants
@@ -1251,6 +1252,7 @@ if ( ($skip_agent_log_validation < 1) && ($VAL_validate > 0) )
$corrections++;
$total_dead++;
$corrections_LOG .= "DEAD:$NVtalk_sec!$Vdead_sec[$r]|";
$corrections_SQL .= "dead_sec='$NVtalk_sec',";
}
if ($corrections > 0)