mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 01:48:02 +02:00
xfree86: Add linebreak to two debug statements.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
e0ed9f16d0
commit
d84a2f855d
1 changed files with 2 additions and 2 deletions
|
|
@ -1670,7 +1670,7 @@ configLayout(serverLayoutPtr servlayoutp, XF86ConfLayoutPtr conf_layout,
|
|||
idp = (XF86ConfInactivePtr)idp->list.next;
|
||||
}
|
||||
#ifdef DEBUG
|
||||
ErrorF("Found %d inactive devices in the layout section %s",
|
||||
ErrorF("Found %d inactive devices in the layout section %s\n",
|
||||
count, conf_layout->lay_identifier);
|
||||
#endif
|
||||
gdp = xnfalloc((count + 1) * sizeof(GDevRec));
|
||||
|
|
@ -1695,7 +1695,7 @@ configLayout(serverLayoutPtr servlayoutp, XF86ConfLayoutPtr conf_layout,
|
|||
irp = (XF86ConfInputrefPtr)irp->list.next;
|
||||
}
|
||||
#ifdef DEBUG
|
||||
ErrorF("Found %d input devices in the layout section %s",
|
||||
ErrorF("Found %d input devices in the layout section %s\n",
|
||||
count, conf_layout->lay_identifier);
|
||||
#endif
|
||||
indp = xnfcalloc((count + 1), sizeof(IDevPtr));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue