diff --git a/SPHDecode/Implementations/util.cs b/SPHDecode/Implementations/util.cs index a7c876f..0666ef4 100644 --- a/SPHDecode/Implementations/util.cs +++ b/SPHDecode/Implementations/util.cs @@ -31,7 +31,7 @@ public static bool IsValidXML(byte[] data) } catch (XmlException ex) { - LogManager.WriteToLog(ex.Message); + LogManager.WriteToLog(ex.ToString()); return false; } }