OK -> Ok
This commit is contained in:
@@ -104,7 +104,7 @@ public:
|
||||
if (status.isSuccess())
|
||||
{
|
||||
// show warning
|
||||
if (!status.isOK())
|
||||
if (!status.isOk())
|
||||
{
|
||||
std::cout << "[" << channel->getChannelName() << "] channel create: " << status.toString() << std::endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user