Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/macdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'AppleDocMergeWindowController.cs')
-rw-r--r--AppleDocMergeWindowController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/AppleDocMergeWindowController.cs b/AppleDocMergeWindowController.cs
index d0c8e47..495e43a 100644
--- a/AppleDocMergeWindowController.cs
+++ b/AppleDocMergeWindowController.cs
@@ -41,7 +41,7 @@ namespace macdoc
var faulted = t.IsFaulted;
if (faulted)
- Console.WriteLine ("Merger exception: " + t.Exception.ToString ());
+ Logger.LogError ("Merger exception", t.Exception);
BeginInvokeOnMainThread (() => Finish (faulted || t.Result > 0, faulted ? 99 : t.Result));
});