]> andersk Git - moira.git/commitdiff
fixed up GDSS debugging info
authormar <mar>
Tue, 26 Jan 1993 15:37:26 +0000 (15:37 +0000)
committermar <mar>
Tue, 26 Jan 1993 15:37:26 +0000 (15:37 +0000)
clients/moira/user.c

index 26a9ef4b2de62cd9da5c98c4d95e37cebf133c01..b9a07ea1a7531a56f554a0c6981cb06c0daaa8dc 100644 (file)
@@ -329,11 +329,14 @@ Bool name;
                }
            }
 #ifdef DEBUG
-           Put_message("Made signature:");hex_dump(info[U_SIGNATURE]);
+           Put_message("Made signature:");
        } else {
            Put_message("Don't need to remake signature");
 #endif /* DEBUG */
        }
+#ifdef DEBUG
+       hex_dump(info[U_SIGNATURE]);
+#endif /* DEBUG */
     }
 #else /* GDSS */
     info[U_SIGNATURE] = strsave("");
This page took 0.04101 seconds and 5 git commands to generate.