Skip to content

Commit

Permalink
Change file missing log message to debug since it's repeated later as…
Browse files Browse the repository at this point in the history
… a warning if it's actually an issue.
  • Loading branch information
DragonQ committed Aug 11, 2017
1 parent 227d619 commit 9392d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FileParser.vb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Class FileParser
FileLock = True
End If
Else
MyLog.Write(ProcessID, "Source file doesn't exist: """ & FilePath.Substring(MyGlobalSyncSettings.SourceDirectory.Length) & """.", Warning)
MyLog.Write(ProcessID, "Source file doesn't exist: """ & FilePath.Substring(MyGlobalSyncSettings.SourceDirectory.Length) & """.", Debug)
FileLock = False
End If

Expand Down

0 comments on commit 9392d33

Please sign in to comment.