]> andersk Git - moira.git/commitdiff
Added debugging code in an attempt to catch a flakey problem.
authorwesommer <wesommer>
Thu, 30 Jul 1987 14:54:13 +0000 (14:54 +0000)
committerwesommer <wesommer>
Thu, 30 Jul 1987 14:54:13 +0000 (14:54 +0000)
server/qsupport.qc

index 6e0b6b52abecd2dca8ca0f9c34202beda9d99385..505b8c10c4a1cadff6e13af1b2390d299460cc36 100644 (file)
@@ -6,9 +6,12 @@
  *     Copyright (C) 1987 by the Massachusetts Institute of Technology
  *
  *     $Log$
- *     Revision 1.4  1987-07-30 00:30:21  wesommer
- *     replaced appends = appends+1 with appends = tbs.appends+1
+ *     Revision 1.5  1987-07-30 14:54:13  wesommer
+ *     Added debugging code in an attempt to catch a flakey problem.
  *
+Revision 1.4  87/07/30  00:30:21  wesommer
+replaced appends = appends+1 with appends = tbs.appends+1
+
 Revision 1.3  87/07/30  00:26:11  wesommer
 Changes by mike prior to "appends" fix.
 
@@ -544,6 +547,8 @@ add_locker(q, argv)
 
     /* get filesystem directory prefix; give error if machine/device
        pair not in nfsphys table */
+    printf("np.mach_id = %d and np.device = %s\n", mach_id, device);
+    
 ##  repeat retrieve (dir = np.#dir, allocated = np.#allocated) 
 ##         where np.#mach_id = @mach_id and np.#device = device
 ##  inquire_equel (rowcount = "rowcount")
This page took 0.050829 seconds and 5 git commands to generate.