Skip to content

Commit

Permalink
This message reports an error, not a mere warning
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Dec 10, 2022
1 parent a6c0c60 commit 6bfe90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ int main(int argc, char **argv)
char *cookie = read_from_stdin(COOKIE_SIZE);

if (cookie == NULL) {
log_warn("Could not read the cookie from stdin\n");
log_error("Could not read the cookie from stdin\n");
break;
}
free(cli_cfg.cookie);
Expand Down

0 comments on commit 6bfe90c

Please sign in to comment.