Ignore:
Timestamp:
Jun 16, 2010, 1:54:37 AM (14 years ago)
Author:
Bruno Cornec
Message:
  • Improves logging for external binary
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mondo/src/common/libmondo-fork.c

    r2545 r2656  
    402402    }
    403403    if (!does_file_exist(lockfile)) {
    404         log_to_screen("Waiting for external binary to start");
     404        log_to_screen("Waiting for '%s' to start",command);
    405405        for (i = 0; i < 60 && !does_file_exist(lockfile); sleep(1), i++) {
    406406            log_msg(3, "Waiting for lockfile %s to exist", lockfile);
Note: See TracChangeset for help on using the changeset viewer.