Skip to content

Commit bc4e5fc

Browse files
committed
here to stderr
1 parent 4cbe77a commit bc4e5fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cpp/subprocess/ProcessBuilder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include "utf8_to_utf16.hpp"
2424

2525
#define HERE(format, ...) \
26-
printf("[%s:%d] " format "\n", __FILE__, __LINE__, ##__VA_ARGS__)
26+
fprintf(stderr, "[%s:%d] " format "\n", __FILE__, __LINE__, ##__VA_ARGS__)
2727

2828
using std::nullptr_t;
2929

0 commit comments

Comments
 (0)