Changeset 2291 in MondoRescue for branches/2.2.10/mondo/src/mondoarchive
- Timestamp:
- Jul 22, 2009, 2:11:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.10/mondo/src/mondoarchive/mondoarchive.c
r2241 r2291 364 364 retval += res; 365 365 if (res) { 366 mr_asprintf(&say_at_end, 367 "Data archived. Please check the logs, just as a precaution. "); 366 mr_asprintf(&say_at_end, "Data archived. Please check the logs, just as a precaution. "); 368 367 } else { 369 368 mr_asprintf(&say_at_end, "Data archived OK. "); … … 377 376 mr_asprintf(&tmp, "%d difference%c found.", -res, 378 377 (-res != 1) ? 's' : ' '); 379 mr_asprintf(&say_at_end, tmp);378 mr_asprintf(&say_at_end, "%s", tmp); 380 379 log_to_screen(tmp); 381 380 mr_free(tmp);
Note:
See TracChangeset
for help on using the changeset viewer.