From 661fda00d65e80e192bc561c5d8e9eafd60e8e3f Mon Sep 17 00:00:00 2001 From: Ian Hinder Date: Tue, 18 Oct 2011 20:29:57 +0200 Subject: Errors.m: Use Print instead of PrintStructure for printing informational messages --- Tools/MathematicaMisc/Errors.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tools/MathematicaMisc/Errors.m') 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_] := -- cgit v1.2.3