mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-24 22:20:38 +02:00
loader: do not print the pci id during normal operation
Spamming the pci id is not beneficial. Make sure it's printed only when needed. v2: Change severity to _LOADER_DEBUG, rather than removing the message. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Eric Anholt <eric@anholt.net> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
780dfc1fec
commit
7965908976
1 changed files with 1 additions and 1 deletions
|
|
@ -350,7 +350,7 @@ loader_get_driver_for_fd(int fd, unsigned driver_types)
|
|||
}
|
||||
|
||||
out:
|
||||
log_(driver ? _LOADER_INFO : _LOADER_WARNING,
|
||||
log_(driver ? _LOADER_DEBUG : _LOADER_WARNING,
|
||||
"pci id for fd %d: %04x:%04x, driver %s\n",
|
||||
fd, vendor_id, chip_id, driver);
|
||||
return driver;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue