Merge pull request #3705 from BrzVlad/fix-sgen-internal-alloc
[mono.git] / mcs / ilasm / Report.cs
index dd2afd2ee27ff30c1a48c16f37c50334227f785e..a7ebafe8afd6eca44c3de0af540220f57491c2a3 100644 (file)
@@ -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 ();