Changeset 1134 in MondoRescue for branches/stable/mondo/src/lib/mr_msg.c


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

Low level tests OK

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.