Revision 95c9cde2

b/hw/virtio-serial-bus.c
351 351

  
352 352
    port = find_port_by_id(vser, ldl_p(&gcpkt->id));
353 353
    if (!port) {
354
        error_report("virtio-serial-bus: Unexpected port id %u for device %s\n",
354
        error_report("virtio-serial-bus: Unexpected port id %u for device %s",
355 355
                     ldl_p(&gcpkt->id), vser->bus.qbus.name);
356 356
        return;
357 357
    }

Also available in: Unified diff