fix minor
Implicitly treated as 'char' due to fun type casting rules...
a351943927
This commit is contained in:
+1
-1
@@ -315,7 +315,7 @@ struct GPROp : public OperationBase
|
||||
// nothing more needed
|
||||
|
||||
} else {
|
||||
throw std::logic_error(SB()<<"Invalid state "<<state<<" for GPR sendReply() ");
|
||||
throw std::logic_error(SB()<<"Invalid state "<<int(state)<<" for GPR sendReply() ");
|
||||
}
|
||||
}
|
||||
chan->statTx += chan->conn->enqueueTxBody(state==GPROp::Done ? CMD_DESTROY_REQUEST : (pva_app_msg_t)op);
|
||||
|
||||
Reference in New Issue
Block a user