chiark / gitweb /
fix diag msg
authorian <ian>
Mon, 30 May 2005 16:56:40 +0000 (16:56 +0000)
committerian <ian>
Mon, 30 May 2005 16:56:40 +0000 (16:56 +0000)
hostside/output.c

index 16ab81d678f35a68d738abbadb6e73e82515a495..fe0c8b4b7ec0d57d5bf575ee6bb74383be027c8a 100644 (file)
@@ -41,6 +41,6 @@ void output_hex(Selector sel, const char *word,
 }
 
 void serial_transmit(const Byte *command, int length) {
-  output_hex('p', "trace-pic-out", command,length);
+  output_hex('p', "pic-out", command,length);
   serial_transmit_now(command, length);
 }