We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cbe77a commit bc4e5fcCopy full SHA for bc4e5fc
src/cpp/subprocess/ProcessBuilder.cpp
@@ -23,7 +23,7 @@
23
#include "utf8_to_utf16.hpp"
24
25
#define HERE(format, ...) \
26
- printf("[%s:%d] " format "\n", __FILE__, __LINE__, ##__VA_ARGS__)
+ fprintf(stderr, "[%s:%d] " format "\n", __FILE__, __LINE__, ##__VA_ARGS__)
27
28
using std::nullptr_t;
29
0 commit comments