Changeset 1134 in MondoRescue for branches


Ignore:
Timestamp:
Feb 11, 2007, 12:14:33 PM (17 years ago)
Author:
Bruno Cornec
Message:

Low level tests OK

Location:
branches/stable/mondo/src
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/lib/mr_msg.c

    r1133 r1134  
    8080        }
    8181        va_start(args,fmt);
    82         if (vfprintf(fout, fmt, args, "\n") < 0) {
     82        if (vfprintf(fout, fmt, args) < 0) {
    8383            fprintf(stderr,"Unable to print to %s\n",mr_logfile);
    8484        }
     85        fprintf(fout,"\n");
    8586        va_end(args);
    8687
  • branches/stable/mondo/src/test/test-msg.res

    r1066 r1134  
    11Logfile : ***/tmp/mondo-test.log***
    22Loglevel : ***3***
    3 ../lib/mr_msg.c->mr_msg#76: Log sentence : 12 3 /tmp/mondo-test.log is a log file
     3test-msg.c #44: Log sentence : 12 3 /tmp/mondo-test.log is a log file
Note: See TracChangeset for help on using the changeset viewer.