Add more unit tests for client.result, and more small code tweaks.
[zxing.git] / android / src / com / google / zxing / client / android / AndroidHttpClient.java
index b136879..d53207c 100644 (file)
@@ -355,7 +355,7 @@ public final class AndroidHttpClient implements HttpClient {
     }
     if (level < Log.VERBOSE || level > Log.ASSERT) {
       throw new IllegalArgumentException("Level is out of range ["
-          + Log.VERBOSE + ".." + Log.ASSERT + "]");
+          + Log.VERBOSE + ".." + Log.ASSERT + ']');
     }
 
     curlConfiguration = new LoggingConfiguration(name, level);