Error Message improved

This commit is contained in:
zimoch
2013-09-20 09:44:26 +00:00
parent 7801119215
commit 2f39622a57

View File

@ -165,7 +165,7 @@ attachBus(const char* busname, int addr, const char* param)
businterface = StreamBusInterface::find(this, busname, addr, param);
if (!businterface)
{
error("Businterface '%s' not found for '%s'\n",
error("Cannot find a bus named '%s' for '%s'\n",
busname, name());
return false;
}