Log first change exception

This commit is contained in:
bao-qian
2016-05-15 17:03:06 +01:00
parent 87497d2d09
commit cf9c41f437
20 changed files with 92 additions and 71 deletions

View File

@@ -63,7 +63,7 @@ namespace Wox.Infrastructure.Image
}
catch (System.Exception e)
{
Log.Error(e);
Log.Exception(e);
return ImageSources[ErrorIcon];
}
}
@@ -94,7 +94,7 @@ namespace Wox.Infrastructure.Image
}
catch (System.Exception e)
{
Log.Error(e);
Log.Exception(e);
return ImageSources[ErrorIcon];
}
}