mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
Print actual address we are trying to bind.
This commit is contained in:
committed by
Alexey Rybalchenko
parent
d1c99f7e15
commit
7ceccdeaa6
@@ -288,7 +288,7 @@ void Device::AttachChannels(vector<Channel*>& 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 {
|
||||
|
Reference in New Issue
Block a user