X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Filasm%2FReport.cs;h=a7ebafe8afd6eca44c3de0af540220f57491c2a3;hb=355d2c5eca6ec320ccd4097d7f196b26a721ea94;hp=dd2afd2ee27ff30c1a48c16f37c50334227f785e;hpb=53e266903ec6b2d822cf5b0c566f6374df5307a4;p=mono.git diff --git a/mcs/ilasm/Report.cs b/mcs/ilasm/Report.cs index dd2afd2ee27..a7ebafe8afd 100644 --- a/mcs/ilasm/Report.cs +++ b/mcs/ilasm/Report.cs @@ -44,6 +44,8 @@ namespace Mono.ILASM { public static void AssembleFile (string file, string listing, string target, string output) { + if (quiet) + return; Console.WriteLine ("Assembling '{0}' , {1}, to {2} --> '{3}'", file, GetListing (listing), target, output); Console.WriteLine ();