Whamcloud - gitweb
Fix build issue with a simple replacement of fd with actual file name.
authordeen <deen>
Thu, 14 May 2009 16:13:28 +0000 (16:13 +0000)
committerdeen <deen>
Thu, 14 May 2009 16:13:28 +0000 (16:13 +0000)
b=19527
i=brian

lustre/liblustre/tests/mpi/test_lock_cancel.c

index 338b5e3..434300f 100644 (file)
@@ -195,7 +195,7 @@ int main(int argc, char *argv[])
 
         time1 = time(NULL);
         if (unlink(test_file_name)) {
-                printf("Node %d: error unlink file: %d\n", rank, fd);
+                printf("Node %d: error unlink file: %s\n", rank, test_file_name);
                 fflush(stdout);
                 goto cleanup;
         }