Changeset 210

Show
Ignore:
Timestamp:
02/20/07 11:00:39 (2 years ago)
Author:
ludo
Message:

more traces print during restoration (from r4039)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/client/revimage/autorestore/autorestore.c

    r197 r210  
    292292    __u32 sect; 
    293293    int fo, fp; 
     294 
     295    // log 
     296    myprintf("restore raw: %s, %s\n", device, fname); 
    294297 
    295298    fo = open(device, O_WRONLY | O_LARGEFILE); 
     
    779782                    //restore_raw("/revoinfo/PTABS", buf2); 
    780783#else 
     784                    myprintf("grub cmdline: %s\n", buf); 
    781785                    restore_raw(hdmap[d1], buf2); 
    782786#endif 
     
    816820                        // restore("/revoinfo/P1", sect, buf2); 
    817821#else 
     822                        myprintf("grub cmdline: %s\n", buf); 
    818823                        restore(hdmap[d1], sect, buf2); 
    819824#endif 
     
    908913                strcat(str, buf); 
    909914                hdmap[d] = str; 
    910                 DEBUG(printf("%d %d %d %s\n", minor, major, d, str)); 
     915                myprintf("hdmap: %d %d %d %s\n", minor, major, d, str); 
    911916                d++; 
    912917            }