Browse Source

[java/cs] minor

Caue Waneck 12 years ago
parent
commit
d057329820
1 changed files with 2 additions and 0 deletions
  1. 2 0
      std/haxe/Log.hx

+ 2 - 0
std/haxe/Log.hx

@@ -80,6 +80,8 @@ class Log {
 			{
 			{
 				str += "," + infos.customParams.join(",");
 				str += "," + infos.customParams.join(",");
 			}
 			}
+		} else {
+			str = v;
 		}
 		}
 			#if cs
 			#if cs
 			untyped __cs__("System.Console.WriteLine(str)");
 			untyped __cs__("System.Console.WriteLine(str)");