Show
Ignore:
Timestamp:
08/05/11 14:23:00 (22 months ago)
Author:
dcypher
Message:

replaced %llu->%s for (PVFS|TROVE)_handle

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/orange-next/test/client/sysint/lookup.c

    r7471 r8994  
    7272    } 
    7373 
    74     printf("Handle     : %llu\n", llu(resp_lk.ref.handle)); 
     74    printf("Handle     : %s\n", PVFS_handle_to_str(resp_lk.ref.handle)); 
    7575    printf("FS ID      : %d\n", resp_lk.ref.fs_id); 
    7676