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:
parent
85e933fb3c
commit
c988952a07
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue