We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1be43ac commit 43a95b5Copy full SHA for 43a95b5
1 file changed
cli/processexecutor.cpp
@@ -154,7 +154,7 @@ namespace {
154
void writeToPipe(PipeSignal type, const std::string &data) const
155
{
156
if (mDebug)
157
- std::cout << "writeToPipe - " << static_cast<unsigned int>(type) << " - " << data << std::endl;
+ std::cout << "writeToPipe - " << static_cast<char>(type) << " - " << data << std::endl;
158
159
160
const auto t = static_cast<char>(type);
0 commit comments