This commit is contained in:
2019-07-26 13:14:28 -04:00
parent a3850d161a
commit 14d1f671a4

View File

@@ -84,7 +84,7 @@ namespace ChrisKaczor.HomeMonitor.Weather.Service.Data
} }
catch (Exception exception) catch (Exception exception)
{ {
WriteLog($"Database exception: {exception}"); Console.WriteLine($"Database exception: {exception}");
} }
} }
} }