fix debug

SVN revision: 10358
This commit is contained in:
handyande 2004-05-25 17:50:37 +00:00 committed by handyande
parent a5c71f099b
commit 1b1fd08d62
1 changed files with 2 additions and 2 deletions

View File

@ -991,8 +991,8 @@ ecore_config_listen(const char *name, const char *key,
if (!strcmp(l->name, name) || (l->listener == listener))
{
E(1,
"ecore_config_listen: %s is already listening for changes of %s in %s...\n",
name, key, t->identifier ? t->identifier : "");
"ecore_config_listen: %s is already listening for changes of %s...\n",
name, key);
return ECORE_CONFIG_ERR_IGNORED;
}