Commit 611733be authored by dimbor's avatar dimbor

small log output fix

parent bdc4a8b7
......@@ -998,7 +998,7 @@ void nxagentImportProperty(Window window,
{
#ifdef WARNING
fprintf(stderr, "%s: WARNING! Failed to convert remote window [%ld] importing property [%ld]"
" of type WM_STATE", __func__, (long int) wmState.icon, (long int) property);
" of type WM_STATE\n", __func__, (long int) wmState.icon, (long int) property);
#endif
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment