Fix typo.
authorDaniel Hokka Zakrisson <dhokka@cs.princeton.edu>
Fri, 6 Jul 2007 17:38:36 +0000 (17:38 +0000)
committerDaniel Hokka Zakrisson <dhokka@cs.princeton.edu>
Fri, 6 Jul 2007 17:38:36 +0000 (17:38 +0000)
lib/planetlab.c

index f48f607..218f675 100644 (file)
@@ -460,7 +460,7 @@ pl_set_limits(xid_t ctx, struct sliver_resources *slr)
   }
   
   if (pl_setsched(ctx, vs_cpu, cpu_sched_flags) < 0) {
-    PERROR("pl_setsched(&u)", ctx);
+    PERROR("pl_setsched(%u)", ctx);
     exit(1);
   }
 }