Removed some extra spaces I'd added

This commit is contained in:
Patrick J Cherry
2018-02-02 20:46:25 +00:00
parent 6aa5907f5e
commit 9eb7072f49
3 changed files with 5 additions and 5 deletions

View File

@@ -204,7 +204,7 @@ void proxy_finish_connect_to_upstream( struct proxier *proxy, uint64_t size, uin
}
proxy->upstream_size = size;
if ( proxy->upstream_flags == 0 ) {
info( "Upstream transmission flags set to %"PRIu32"", flags );
} else if ( proxy->upstream_flags != flags ) {