Skip to content
Snippets Groups Projects
Commit 62c1d6c9 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Fix loglevel for recurring message.

Refers to #3
parent 9231688a
No related branches found
No related tags found
No related merge requests found
......@@ -155,7 +155,7 @@ namespace ATXCommon.Serializables
catch (Exception ex) {
Log.Error("Error in Serialize(): {0}", ex.Message);
}
Log.Debug("Finished serializing [{0}].", _storageFile);
Log.Trace("Finished serializing [{0}].", _storageFile);
}
public static ServiceStatus Deserialize(string file, ServiceConfig config) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment