swrap: print out SOCKET_WRAPPER_PACKAGE and SOCKET_WRAPPER_VERSION on first use
[socket_wrapper.git] / src / socket_wrapper.c
index 89454ca34d6e90fcc175e6911a20c0966f227934..0507481e3127b7cb4993e8e2f3a0bd739ebf5c97 100644 (file)
@@ -1672,6 +1672,10 @@ static void socket_wrapper_init_sockets(void)
                return;
        }
 
+       SWRAP_LOG(SWRAP_LOG_DEBUG,
+                 "SOCKET_WRAPPER_PACKAGE[%s] SOCKET_WRAPPER_VERSION[%s]",
+                 SOCKET_WRAPPER_PACKAGE, SOCKET_WRAPPER_VERSION);
+
        /*
         * Intialize the static cache early before
         * any thread is able to start.