Changeset 837 – HoverRace

Changeset 837

Show
Ignore:
Timestamp:
12/21/09 17:46:05 (7 months ago)
Author:
ryan
Message:

A little more output, to help debug potential issues

Location:
trunk/updater
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/updater/main.cpp

    r836 r837  
    115115    if(createUpdate) { 
    116116        // diff source and target 
     117        printf("Creating patch from %s to %s\n", sourceDir, targetDir); 
    117118        return (CreatePatch(targetDir, sourceDir, patchFile)); 
    118119    } else { 
     
    133134 
    134135        // now, HoverRace is closed; do the patching 
     136        printf("Will patch with file %s\n", patchFile); 
    135137        PatchHoverRace(targetDir, patchFile); 
    136138    } 
  • trunk/updater/PatchHoverRace.cpp

    r835 r837  
    2929int PatchHoverRace(string targetDir, string patchFile) { 
    3030    // we assume that the files are valid 
     31    printf("Beginning patch process...\n"); 
    3132 
    3233    // first, we must unpack the patch file, which is a zip