Skip to content

Commit

Permalink
Merge pull request #404 from levackt/master
Browse files Browse the repository at this point in the history
Log V4l4jDevice timeout
  • Loading branch information
sarxos committed Nov 17, 2015
2 parents 09eef0d + 8dceb30 commit 5f6cb52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ public BufferedImage getImage() {
} catch (InterruptedException e) {
return null;
} catch (TimeoutException e) {
LOG.error("UNable to get image in {} seconds timeout");
LOG.error("Unable to get image in {} seconds timeout", timeout);
return null;
}
}
Expand Down

0 comments on commit 5f6cb52

Please sign in to comment.