ecore-con: print win32 svr->path on pipe creation failure

ref T3758
This commit is contained in:
Mike Blumenkrantz 2016-05-31 14:03:48 -04:00
parent 21eb355c2b
commit b7dc576ec8
1 changed files with 1 additions and 1 deletions

View 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;
}