mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-08 17:40:15 +01:00
Don't print oldDMXScreen.name, it can be NULL.
This commit is contained in:
parent
e767a62cd0
commit
0f98ba36c5
1 changed files with 1 additions and 2 deletions
|
|
@ -1870,8 +1870,7 @@ dmxAttachScreen (int idx,
|
|||
"New screen data (%s) does not match previously\n",
|
||||
dmxScreen->name);
|
||||
dmxLog(dmxWarning,
|
||||
"attached screen data (%s)\n",
|
||||
oldDMXScreen.name);
|
||||
"attached screen data\n");
|
||||
dmxLog(dmxWarning,
|
||||
"All data must match in order to attach to screen #%d\n",
|
||||
idx);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue