Fix 10-year old typo in message generation

This commit is contained in:
Andrew Johnson
2025-02-20 13:14:40 -06:00
parent 8ed07fef96
commit 09cf317521

View File

@ -179,6 +179,7 @@ void PvaClientChannel::channelCreated(const Status& status, Channel::shared_poin
}
if(!status.isOK()) {
string message("PvaClientChannel::channelCreated");
message += " channel " + channelName
+ " status " + status.getMessage() + " why??";
throw std::runtime_error(message);
}