浏览代码

fix format bug

svn:r4051
Roger Dingledine 20 年之前
父节点
当前提交
dabafddb82
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/or/connection.c

+ 1 - 1
src/or/connection.c

@@ -351,7 +351,7 @@ void connection_close_immediate(connection_t *conn)
     return;
   }
   if (conn->outbuf_flushlen) {
-    log_fn(LOG_INFO,"fd %d, type %s, state %d, %d bytes on outbuf.",
+    log_fn(LOG_INFO,"fd %d, type %s, state %s, %d bytes on outbuf.",
            conn->s, conn_type_to_string(conn->type),
            conn_state_to_string(conn->type, conn->state),
            (int)conn->outbuf_flushlen);