Skip to content

Commit 7dc0214

Browse files
committed
Add notification about beginning of current log
1 parent c0d36a3 commit 7dc0214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WinNUT_V2/WinNUT-Client_Common/Logger.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Public Class Logger
129129
Next
130130
End If
131131

132-
LogFile.WriteLine(String.Empty)
132+
LogFile.WriteLine("==== Begin Live Log ====")
133133
End Sub
134134

135135
''' <summary>

0 commit comments

Comments
 (0)