projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ada840
)
Write debug message on stderr
author
David Goulet
<david.goulet@polymtl.ca>
Thu, 29 Sep 2011 17:16:55 +0000
(13:16 -0400)
committer
David Goulet
<david.goulet@polymtl.ca>
Thu, 29 Sep 2011 17:18:13 +0000
(13:18 -0400)
Signed-off-by: David Goulet <david.goulet@polymtl.ca>
include/lttngerr.h
patch
|
blob
|
blame
|
history
diff --git
a/include/lttngerr.h
b/include/lttngerr.h
index c2f4d519886aff042e22b828fb0794f39b4e9b85..92a18f11d2d9f9facb9748feb56b7c4f82969bc6 100644
(file)
--- a/
include/lttngerr.h
+++ b/
include/lttngerr.h
@@
-49,7
+49,7
@@
extern int opt_verbose;
opt_verbose == 2) || \
((type & (PRINT_DBG | PRINT_DBG2 | PRINT_DBG3)) && \
opt_verbose == 3)) { \
- fprintf(std
out
, fmt, ## args); \
+ fprintf(std
err
, fmt, ## args); \
} else if (type & (PRINT_ERR | PRINT_WARN | PRINT_BUG)) { \
fprintf(stderr, fmt, ## args); \
} \
This page took
0.025645 seconds
and
4
git commands to generate.