Skip to content

Commit

Permalink
Print actual address we are trying to bind.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf authored and rbx committed Jun 29, 2023
1 parent d1c99f7 commit 7ceccde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fairmq/Device.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7ceccde

Please sign in to comment.