- Timestamp:
- Jun 16, 2010, 1:54:37 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mondo/src/common/libmondo-fork.c
r2545 r2656 402 402 } 403 403 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); 405 405 for (i = 0; i < 60 && !does_file_exist(lockfile); sleep(1), i++) { 406 406 log_msg(3, "Waiting for lockfile %s to exist", lockfile);
Note:
See TracChangeset
for help on using the changeset viewer.