diff --git a/src/server/simpleslave.c b/src/server/simpleslave.c --- a/src/server/simpleslave.c +++ b/src/server/simpleslave.c @@ -29,7 +29,8 @@ #include #include -#define DEBUG 1 +#define DEBUG 0 + int main(int argc, char *argv[]) { @@ -141,7 +142,7 @@ int main(int argc, char *argv[]) char *pathtoTar; /* Full path to the location of the job#.tgz */ char *pathtoTardir; - // Temporary for uncomressed testing + // Temporary for uncompressed testing char *urltoJobfile; char *urltoOutput; /* Full URL where output is posted */