Unlink /dev/shm files on application detach.
[vpp.git] / src / vnet / session / application_interface.c
index f74b0cf..338ae85 100644 (file)
@@ -113,7 +113,7 @@ vnet_unbind_i (u32 app_index, u64 handle)
 
   if (!app)
     {
-      clib_warning ("app not attached");
+      clib_warning ("app (%d) not attached", app_index);
       return VNET_API_ERROR_APPLICATION_NOT_ATTACHED;
     }