Merge pull request #14 from cerealexperimentation/added-a-missing-newline

I think there's supposed to be a newline here.
This commit is contained in:
javalsai 2024-08-16 13:51:20 +02:00 committed by GitHub
commit 4af0ec545e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -173,7 +173,7 @@ bool launch(char *user, char *passwd, struct session session,
execlp(session.exec, session.exec, NULL);
}
perror("execl error");
fprintf(stderr, "failure calling session");
fprintf(stderr, "failure calling session\n");
} else {
waitpid(pid, NULL, 0);