Skip to content

Commit

Permalink
don't warn on fallback shell
Browse files Browse the repository at this point in the history
  • Loading branch information
viperML committed Jun 3, 2024
1 parent 5ad54d7 commit 4d194d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ char* getshell(void) {
}
}

eprint("WARN: Using fallback shell\n");
// eprint("WARN: Using fallback shell\n");
eprint_d("INFO: Using fallback shell\n");

return strdup(DEFAULT_SHELL);
}

Expand Down

0 comments on commit 4d194d8

Please sign in to comment.