Ignore:
Timestamp:
Sep 9, 2007, 2:12:49 AM (17 years ago)
Author:
Bruno Cornec
Message:

Some define cleanup in my-stuff.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/common/libmondo-archive.c

    r1621 r1627  
    10811081        if (!does_file_exist(archiving_filelist_fname)) {
    10821082            mr_msg(3,
    1083                     "%s[%d:%d] - well, I would archive %d, except that it doesn't exist. I'll stop now.",
    1084                     FORTY_SPACES, getpid(), this_thread_no,
     1083                    "[%d:%d] - well, I would archive %d, except that it doesn't exist. I'll stop now.",
     1084                    getpid(), this_thread_no,
    10851085                    archiving_set_no);
    10861086            break;
     
    10901090                 archiving_set_no - ARCH_BUFFER_NUM, bkpinfo->zip_suffix);
    10911091        if (does_file_exist(tmp)) {
    1092             mr_msg(4, "%s[%d:%d] - waiting for storer",
    1093                     FORTY_SPACES, getpid(), this_thread_no);
     1092            mr_msg(4, "[%d:%d] - waiting for storer",
     1093                    getpid(), this_thread_no);
    10941094            while (does_file_exist(tmp)) {
    10951095                sleep(1);
     
    10991099        mr_free(tmp);
    11001100
    1101         mr_msg(4, "%s[%d:%d] - EXATing %d...", FORTY_SPACES, getpid(),
     1101        mr_msg(4, "[%d:%d] - EXATing %d...", getpid(),
    11021102                this_thread_no, archiving_set_no);
    11031103        if (g_getfattr) {
     
    11141114        }
    11151115
    1116         mr_msg(4, "%s[%d:%d] - archiving %d...", FORTY_SPACES, getpid(),
     1116        mr_msg(4, "[%d:%d] - archiving %d...", getpid(),
    11171117                this_thread_no, archiving_set_no);
    11181118        res = archive_this_fileset(bkpinfo, archiving_filelist_fname,
     
    11411141            fatal_error("Cannot get semaphore V");
    11421142        }
    1143         mr_msg(4, "%s[%d:%d] - archived %d OK", FORTY_SPACES, getpid(),
     1143        mr_msg(4, "[%d:%d] - archived %d OK", getpid(),
    11441144                this_thread_no, archiving_set_no);
    11451145        archiving_set_no++;
     
    11521152        fatal_error("Cannot get semaphore V");
    11531153    }
    1154     mr_msg(3, "%s[%d:%d] - exiting", FORTY_SPACES, getpid(),
     1154    mr_msg(3, "[%d:%d] - exiting", getpid(),
    11551155            this_thread_no);
    11561156    mr_free(archiving_filelist_fname);
Note: See TracChangeset for help on using the changeset viewer.