Browse Source

fix a warning which is killing travis-ci

Caleb James DeLisle 5 years ago
parent
commit
cd05e6a022
1 changed files with 1 additions and 1 deletions
  1. 1 1
      net/SessionManager.c

+ 1 - 1
net/SessionManager.c

@@ -107,7 +107,7 @@ struct SessionManager_Session_pvt
         AddrTools_printPath(recvPath, (session)->pub.recvSwitchLabel);                 \
         AddrTools_printIp(ip, (session)->pub.caSession->herIp6);                       \
         Log_debug((logger), "Session[%p] sendPath[%s] recvPath[%s] ip[%s] " message,   \
-                  session,                                                             \
+                  (void*)session,                                                      \
                   sendPath,                                                            \
                   recvPath,                                                            \
                   ip,                                                                  \