# HG changeset patch # User ethanzonca # Date 2009-09-29 21:46:34 # Node ID 5aed1b4859a66778fc7051ac5e278686935b0054 # Parent c728d093bab583d1127d65cad93d7aa8a251d88c meh, need some refining in optgrabber 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