Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Commit

Permalink
Improve error message for when supplied region is invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
ammgws committed May 10, 2020
1 parent 8f9d608 commit e9373e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ int main(int argc, char *argv[]) {
}

if (n_pending == 0) {
fprintf(stderr, "screenshot region is empty\n");
fprintf(stderr, "supplied geometry did not intersect with any outputs\n");
return EXIT_FAILURE;
}

Expand Down

0 comments on commit e9373e0

Please sign in to comment.