terminate xf86Msg() string with newline; ok matthieu@

This commit is contained in:
naddy 2010-07-28 19:47:40 +00:00
parent 9e9ad5c8a3
commit 988f34c0b9

View File

@ -508,7 +508,7 @@ OpenKeyboard(InputInfoPtr pInfo)
}
if (KB_ENCODING(wsenc) == KB_USER) {
/* Ignore wscons "user" layout */
xf86Msg(X_INFO, "%s: ignoring \"user\" wscons layout", pInfo->name);
xf86Msg(X_INFO, "%s: ignoring \"user\" wscons layout\n", pInfo->name);
return TRUE;
}