1
0
Fork 0
mirror of https://github.com/zxing/zxing.git synced 2025-03-05 20:48:51 -08:00

Fix typo in log message

git-svn-id: https://zxing.googlecode.com/svn/trunk@1615 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2010-10-05 07:20:58 +00:00
parent 85e933fb3c
commit c988952a07

View file

@ -58,7 +58,7 @@ final class CameraConfigurationManager {
screenResolution = new Point(display.getWidth(), display.getHeight());
Log.d(TAG, "Screen resolution: " + screenResolution);
cameraResolution = getCameraResolution(parameters, screenResolution);
Log.d(TAG, "Camera resolution: " + screenResolution);
Log.d(TAG, "Camera resolution: " + cameraResolution);
}
/**