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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user