diff --git a/src/server/distrend.c b/src/server/distrend.c --- a/src/server/distrend.c +++ b/src/server/distrend.c @@ -138,7 +138,7 @@ int start_data() else{ general_info.total_finished_jobs = 0; general_info.total_frames_rendered = 0; - fprintf(stderr,"Can't find XML dump, starting up fresh.\n"); + fprintf(stderr,"Couldn't find XML dump, starting up fresh.\n"); return 2; } } @@ -414,7 +414,7 @@ int distrend_do_config(int argc, char *a */ tmp = xml2distrenjob(&distrenjob, "distrenjob.xml.example"); if(tmp) - fprintf(stderr, "xml2distrenjob() returned %d. Try to cd to distren/doc if you want to test out the xml2distrenjob() function. (This will only fix this error if the error is due to an inability of the xml library to access distrenjob.xml.example)\n", tmp); + fprintf(stderr, "xml2distrenjob() returned %d. Try to cd to distren/doc if you want to test out the xml2distrenjob() function. (This will only fix this error if the error is due to an inability of the xml library to access distrenjob.xml.example)\n\n", tmp); else fprintf(stderr, "using email ``%s'' for user ``%s'' -- reading in XML files and pulling data from them using libxml2+XPath works!!!\n", distrenjob->email, distrenjob->submitter); @@ -494,6 +494,7 @@ int main(int argc, char *argv[]) /* Argument-parser */ int counter = 0; int test = 0; // Have some fun if-ness that does fun stuff when this is 1 + int die = 0; for(counter=0; counter