Changeset 1947 in MondoRescue


Ignore:
Timestamp:
May 26, 2008, 4:00:11 PM (16 years ago)
Author:
Bruno Cornec
Message:
  • Fix also the error with loglevel for restoration
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.6/mondo/src/mondorestore/mondorestore.c

    r1932 r1947  
    31283128    if (argc == 3 && strcmp(argv[1], "-K") == 0) {
    31293129        g_loglevel = atoi(argv[2]);
    3130         log_msg(1,"Loglevel forced to %s",g_loglevel);
     3130        log_msg(1,"Loglevel forced to %d",g_loglevel);
    31313131    }
    31323132
Note: See TracChangeset for help on using the changeset viewer.