fix message

This commit is contained in:
Oswald Buddenhagen
2009-10-13 12:18:33 +02:00
parent a2cc84194f
commit 1871664e0f

View File

@@ -153,7 +153,7 @@ int main(int argc, char *argv[])
fcntl(chldPipe[1], F_SETFD, FD_CLOEXEC);
switch ((chldPid = fork())) {
case -1:
perror("Cannot fork child process failed");
perror("Cannot fork child process");
doExit(3);
case 0:
close(qtcFd);