]> git.pond.sub.org Git - empserver/blobdiff - src/server/main.c
(main,service_main) [_WIN32]: Remove printf for errors
[empserver] / src / server / main.c
index 7d36d85523bd902efd947c5a5f088fedf86baf2f..d541dbf43493bb11b89099416f9dfa2e9b468f1e 100644 (file)
@@ -172,21 +172,16 @@ main(int argc, char **argv)
        remove_service_set) {
        logerror("Can't use -d, -D or -e with either "
            "-r or -R options when starting the server");
-       printf("Can't use -d, -D or -e with either -r "
-           "or -R options\n");
        exit(EXIT_FAILURE);
     }
     if (debug && install_service_set) {
        logerror("Can't use -d with either "
            "-i or -I options when starting the server");
-       printf("Can't use -d with either -i "
-           "or -I options\n");
        exit(EXIT_FAILURE);
     }
     if (install_service_set && remove_service_set) {
        logerror("Can't use both -r or -R and -i or -I options when starting "
            "the server");
-       printf("Can't use both -r or -R and -i or -I options\n");
        exit(EXIT_FAILURE);
     }
 #endif /* _WIN32 */