diff options
author | Adam Frisby | 2007-12-04 08:18:09 +0000 |
---|---|---|
committer | Adam Frisby | 2007-12-04 08:18:09 +0000 |
commit | be7ae3dd3ecddc46390f40c0315ff84703c32e7a (patch) | |
tree | 30d4a2d345a71d4de360c79ba933c9a1c3b43feb /OpenSim/Framework/Console | |
parent | * Fixed compile issue. (diff) | |
download | opensim-SC_OLD-be7ae3dd3ecddc46390f40c0315ff84703c32e7a.zip opensim-SC_OLD-be7ae3dd3ecddc46390f40c0315ff84703c32e7a.tar.gz opensim-SC_OLD-be7ae3dd3ecddc46390f40c0315ff84703c32e7a.tar.bz2 opensim-SC_OLD-be7ae3dd3ecddc46390f40c0315ff84703c32e7a.tar.xz |
* Removed 12 compiler warnings.
Diffstat (limited to 'OpenSim/Framework/Console')
-rw-r--r-- | OpenSim/Framework/Console/LogBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Console/LogBase.cs b/OpenSim/Framework/Console/LogBase.cs index ec3c5bc..6c97768 100644 --- a/OpenSim/Framework/Console/LogBase.cs +++ b/OpenSim/Framework/Console/LogBase.cs | |||
@@ -244,7 +244,7 @@ namespace OpenSim.Framework.Console | |||
244 | Log.Flush(); | 244 | Log.Flush(); |
245 | } | 245 | } |
246 | 246 | ||
247 | catch (FormatException FE) | 247 | catch (FormatException) |
248 | { | 248 | { |
249 | System.Console.WriteLine(args); | 249 | System.Console.WriteLine(args); |
250 | } | 250 | } |