[gbrainy] Remove unused fields fix exception handler



commit 1b1afa3fd08ed8aca3c44b7be71d719ca95475eb
Author: Jordi Mas <jmas softcatala org>
Date:   Sun Feb 27 22:50:47 2011 +0100

    Remove unused fields fix exception handler

 src/Core/Platform/Unix.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/Platform/Unix.cs b/src/Core/Platform/Unix.cs
index eaabb17..a9f961c 100644
--- a/src/Core/Platform/Unix.cs
+++ b/src/Core/Platform/Unix.cs
@@ -80,7 +80,7 @@ namespace gbrainy.Core.Platform
 			}
 			catch (Exception e)
 			{
-				Console.WriteLine ("Unix.FixLocaleInfo. Could not load file {0}. Error {1}", file, e);
+				Console.WriteLine ("Unix.FixLocaleInfo. Error {0}", e);
 			}
 		}
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]