aboutsummaryrefslogtreecommitdiff
path: root/Tools/MathematicaMisc/Errors.m
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2011-10-18 20:29:57 +0200
committerIan Hinder <ian.hinder@aei.mpg.de>2011-10-28 18:47:57 +0200
commit661fda00d65e80e192bc561c5d8e9eafd60e8e3f (patch)
tree152fb97a1ab72878b202ae4273e05eac6bc668da /Tools/MathematicaMisc/Errors.m
parent0f4d3be60703688cd3a7c615c13247d747013ec3 (diff)
Errors.m: Use Print instead of PrintStructure for printing informational messages
Diffstat (limited to 'Tools/MathematicaMisc/Errors.m')
-rw-r--r--Tools/MathematicaMisc/Errors.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/MathematicaMisc/Errors.m b/Tools/MathematicaMisc/Errors.m
index 2cb075e..6032b0a 100644
--- a/Tools/MathematicaMisc/Errors.m
+++ b/Tools/MathematicaMisc/Errors.m
@@ -84,7 +84,7 @@ VerifyList[l_] :=
InfoMessage[level_, message__] :=
Module[{args = {message}},
If[level <= debugLevel,
- Map[PrintStructure, args]];
+ Map[Print, args]];
];
SetDebugLevel[level_] :=