Browse Source

Fix CW message.

Georgi Chorbadzhiyski 12 years ago
parent
commit
0cc09adbc0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      camd.c

+ 1
- 1
camd.c View File

@@ -163,7 +163,7 @@ READ:
163 163
 
164 164
 	int valid_cw = memcmp(c->key->cw, invalid_cw, 16) != 0;
165 165
 	if (!c->key->is_valid_cw && valid_cw) {
166
-		ts_LOGf("CW  | +++ OK: Valid CW was received.");
166
+		ts_LOGf("CW  | OK: Valid CW was received.\n");
167 167
 	}
168 168
 	c->key->is_valid_cw = valid_cw;
169 169
 

Loading…
Cancel
Save