Branch update for mygnokii2002_03_17_19_29nl
[gnokii.git] / common / protocol / mbus.c
index a81cd4d..9ae4fc2 100644 (file)
@@ -218,7 +218,7 @@ void MBUS_RX_StateMachine(unsigned char rx_byte) {
 #endif
 
 #ifdef DEBUG
-  if (strcmp(GSM_Info->MBUSModels, "sniff"))
+  if (strcmp(GSM_Info->MBUSModels, "mbussniff"))
   {
 #endif
 
@@ -384,7 +384,7 @@ void MBUS_RX_StateMachine(unsigned char rx_byte) {
 
         } else {
 #ifdef DEBUG
-          if (strstr(GSM_Info->MBUSModels, "6110sniff") != NULL) {
+          if (strstr(GSM_Info->MBUSModels, "sniff") != NULL) {
              fprintf(stdout, _("PC: "));
 
              fprintf(stdout, "%02x:", MBUS_FRAME_ID);