diff --git a/Source/Camera/NBUCameraView.m b/Source/Camera/NBUCameraView.m index a3fb906..6de11f2 100644 --- a/Source/Camera/NBUCameraView.m +++ b/Source/Camera/NBUCameraView.m @@ -572,8 +572,8 @@ - (void)takePicture:(id)sender UIImage * image = [UIImage imageWithData: [AVCaptureStillImageOutput jpegStillImageNSDataRepresentation:imageDataSampleBuffer]]; - NBULogInfo(@"Captured jpeg image: %@ of size: %@ orientation: %ld", - image, NSStringFromCGSize(image.size), image.imageOrientation); + NBULogInfo(@"Captured jpeg image: %@ of size: %@ orientation: %@", + image, NSStringFromCGSize(image.size), @(image.imageOrientation)); #else // Mock simulator UIImage * image = _mockImage;