浏览代码

Add a missing space in a verbose message

Stéphane Raimbault 14 年之前
父节点
当前提交
d613a6403a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/modbus.c

+ 1 - 1
src/modbus.c

@@ -624,7 +624,7 @@ static int receive_msg(modbus_t *ctx, int msg_length_computed, uint8_t *msg, int
         if (msg_length_computed == MSG_LENGTH_UNDEFINED)
             printf("...\n");
         else
-            printf("(%d bytes)...\n", msg_length_computed);
+            printf(" (%d bytes)...\n", msg_length_computed);
     }
 
     /* Add a file descriptor to the set */