ecore-con: print win32 svr->path on pipe creation failure
authorMike Blumenkrantz <zmike@osg.samsung.com>
Tue, 31 May 2016 18:03:48 +0000 (14:03 -0400)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Tue, 31 May 2016 18:03:48 +0000 (14:03 -0400)
ref T3758

src/lib/ecore_con/ecore_con_local_win32.c

index 1c70a41..8814a86 100644 (file)
@@ -432,7 +432,7 @@ ecore_con_local_listen(Ecore_Con_Server *obj)
                                NULL);
    if (svr->pipe == INVALID_HANDLE_VALUE)
      {
-        ERR("Creation of the named pipe failed");
+        ERR("Creation of the named pipe '%s' failed", svr->path);
         goto free_path;
      }