Commit 9cdb4ea7 by jim

Fix typo


git-svn-id: https://bucket.mit.edu/svn/nilm/acquisition/ethstream@8323 ddd99763-3ecb-0310-9145-efcb8ce7c51f
parent 53ddf346
Showing with 1 additions and 1 deletions
...@@ -404,7 +404,7 @@ int ue9_open(const char *host, int port) ...@@ -404,7 +404,7 @@ int ue9_open(const char *host, int port)
return -1; return -1;
} }
debug("Connected to port %d\n", htons(port)); debug("Connected to port %d\n", port);
return fd; return fd;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment