Ignore:
Timestamp:
Feb 15, 2006, 4:37:36 PM (18 years ago)
Author:
bcornec
Message:

Fix a warning in mondo
New RPM Build env working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/mondo/mondoarchive/mondo-cli.c

    r296 r395  
    443443        }
    444444        if (stat(flag_val['I'], &buf) != 0) {
    445             log_msg("ERROR ! %s doesn't exist", flag_val['I']);
     445            log_msg(1, "ERROR ! %s doesn't exist", flag_val['I']);
    446446            fatal_error("ERROR ! You specified a directory to include which doesn't exist");
    447447        }
Note: See TracChangeset for help on using the changeset viewer.