Minor: Add comma to audio/bus.cc log message

This commit is contained in:
Reto Buerki 2018-05-15 14:33:27 +02:00 committed by Christian Helmuth
parent bba5a61ef9
commit 75ea9c35db
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ class Pci_driver : public Bsd::Bus_driver
if ((device.device_id() == PCI_PRODUCT_INTEL_CORE4G_HDA_2) ||
(bus == 0 && dev == 3 && func == 0)) {
Genode::warning("ignore ", (unsigned)bus, ":", (unsigned)dev, ":",
(unsigned)func, "not supported HDMI/DP HDA device");
(unsigned)func, ", not supported HDMI/DP HDA device");
continue;
}