ecore-con pass port into err print

This commit is contained in:
Carsten Haitzler 2018-01-26 01:53:58 +09:00
parent eb951e99a6
commit 3f8c282544
1 changed files with 1 additions and 1 deletions

View File

@ -1674,7 +1674,7 @@ ecore_con_server_add(Ecore_Con_Type compl_type,
/* The allowable port number is an unsigned 16-bit integer, so 1-65535, 0 is reserved */
if ((port < 0) || (port > 65535))
{
ERR("Port %i invalid (0 <= port <= 65535)");
ERR("Port %i invalid (0 <= port <= 65535)", port);
return NULL;
}