We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f804f1f commit 259db58Copy full SHA for 259db58
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