diff --git a/fairmq/Device.cxx b/fairmq/Device.cxx index c27ea8b5..ca05ee7e 100644 --- a/fairmq/Device.cxx +++ b/fairmq/Device.cxx @@ -288,7 +288,7 @@ void Device::AttachChannels(vector& chans) // remove the channel from the uninitialized container itr = chans.erase(itr); } else { - LOG(error) << "failed to attach channel " << (*itr)->fName << " (" << (*itr)->fMethod << ")"; + LOG(error) << "failed to attach channel " << (*itr)->fName << " (" << (*itr)->fMethod << " on " << (*itr)->fAddress << ")"; ++itr; } } else {