forgot to commit
[mTask.git] / client / spec.c
index 8098a77..825e894 100644 (file)
@@ -4,9 +4,11 @@
 
 void spec_send(void)
 {
+       debug("Writing spec");
        write_byte('c');
        write_byte(0 | (HAVELED << 0) | (HAVEAIO << 1) | (HAVEDIO << 2));
        write16(MAXTASKS);
        write16(MAXSDSS);
        write_byte('\n');
+       debug("Done writing spec");
 }