Skip to content

Commit

Permalink
Improves the error message
Browse files Browse the repository at this point in the history
  • Loading branch information
RamonGilabert committed Dec 11, 2015
1 parent 811f622 commit 970488e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/CameraView/CameraView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ class CameraView: UIViewController {
do {
try self.captureSession.addInput(AVCaptureDeviceInput(device: self.captureDevice))
} catch {
print("Error")
print("There was an error capturing your device.")
}

self.captureSession.commitConfiguration()
Expand Down

0 comments on commit 970488e

Please sign in to comment.