Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion WinNUT_V2/WinNUT-Client/WinNUT.vb
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ Public Class WinNUT
LogFile.LogTracing("Received unexpected None status from UPS.", LogLvl.LOG_WARNING, Me)
' Determine if we need to initiate the stop procedure.

ElseIf newStatuses.HasFlag(UPS_States.FSD) Then
ElseIf Arr_Reg_Key.Item("Follow_FSD") AndAlso newStatuses.HasFlag(UPS_States.FSD) Then
LogFile.LogTracing("Full Shut Down imposed by the NUT server.", LogLvl.LOG_NOTICE, Me, StrLog.Item(AppResxStr.STR_LOG_NUT_FSD))
Shutdown_Event()

Expand Down