*** empty log message ***
authorSapan Bhatia <sapanb@cs.princeton.edu>
Wed, 1 Aug 2007 19:02:21 +0000 (19:02 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Wed, 1 Aug 2007 19:02:21 +0000 (19:02 +0000)
fifowatcher.ml
vsys

index 7871821..46771a8 100644 (file)
@@ -127,11 +127,11 @@ let mkentry fqp abspath perm =
     (try 
        Unix.mkfifo (sprintf "%s.in" fqp) 0o666
      with 
-         e->printf "Error creating FIFO: %s->%s,%o\n" fqp fifoin perm;flush Pervasives.stdout;raise e);
+         e->printf "Error creating FIFO: %s->%s. May be something wrong at the frontend.\n" fqp fifoin;flush Pervasives.stdout);
     (try 
        Unix.mkfifo (sprintf "%s.out" fqp) 0o666
      with 
-         e->printf "Error creating FIFO: %s->%s,%o\n" fqp fifoout perm;flush Pervasives.stdout;raise e)
+         e->printf "Error creating FIFO: %s->%s. May be something wrong at the frontend.\n" fqp fifoout;flush Pervasives.stdout)
 
 (** Open fifos for a session *)
 let openentry fqp abspath perm =
diff --git a/vsys b/vsys
index dba9927..9c736fd 100755 (executable)
Binary files a/vsys and b/vsys differ