projects
/
platform
/
upstream
/
pulseaudio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b00664
)
show valgrind status on startup
author
Lennart Poettering
<lennart@poettering.net>
Fri, 3 Oct 2008 22:13:29 +0000
(
00:13
+0200)
committer
Lennart Poettering
<lennart@poettering.net>
Fri, 3 Oct 2008 22:13:29 +0000
(
00:13
+0200)
src/daemon/main.c
patch
|
blob
|
history
diff --git
a/src/daemon/main.c
b/src/daemon/main.c
index
53f5d19
..
fad635f
100644
(file)
--- a/
src/daemon/main.c
+++ b/
src/daemon/main.c
@@
-793,6
+793,8
@@
int main(int argc, char *argv[]) {
pa_log_debug(_("Compiled with Valgrind support: no"));
#endif
+ pa_log_debug(_("Running in valgrind mode: %s"), pa_yes_no(pa_in_valgrind()));
+
#ifdef __OPTIMIZE__
pa_log_debug(_("Optimized build: yes"));
#else