Minor changes from code inspection results
[zxing.git] / android / src / com / google / zxing / client / android / camera / PreviewCallback.java
index 0e68dd6..9dfd348 100644 (file)
@@ -52,7 +52,7 @@ final class PreviewCallback implements Camera.PreviewCallback {
       message.sendToTarget();
       previewHandler = null;
     } else {
-      Log.v(TAG, "Got preview callback, but no handler for it");
+      Log.d(TAG, "Got preview callback, but no handler for it");
     }
   }