One more time -- rationalize log levels, mostly downward, and pull out 1-2 more state...
[zxing.git] / android / src / com / google / zxing / client / android / camera / FlashlightManager.java
index 44459d1..547d98d 100644 (file)
@@ -44,9 +44,9 @@ final class FlashlightManager {
     iHardwareService = getHardwareService();
     setFlashEnabledMethod = getSetFlashEnabledMethod(iHardwareService);
     if (iHardwareService == null) {
-      Log.i(TAG, "This device does supports control of a flashlight");
+      Log.v(TAG, "This device does supports control of a flashlight");
     } else {
-      Log.i(TAG, "This device does not support control of a flashlight");
+      Log.v(TAG, "This device does not support control of a flashlight");
     }
   }