Changeset 1945 in MondoRescue


Ignore:
Timestamp:
May 26, 2008, 2:50:05 PM (16 years ago)
Author:
Bruno Cornec
Message:

Fix a bug with g_log_level handled as a string in a msg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.6/mondo/src/common/libmondo-cli.c

    r1932 r1945  
    363363    if (flag_set['K']) {
    364364        g_loglevel = atoi(flag_val['K']);
    365             log_msg(1,"Loglevel forced to %s",g_loglevel);
     365            log_msg(1,"Loglevel forced to %d",g_loglevel);
    366366        if (g_loglevel < 3) {
    367367            g_loglevel = 3;
Note: See TracChangeset for help on using the changeset viewer.