[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, stable-queue, updated. v0.9.21-97-ga378c02
Colin Guthrie
gitmailer-noreply at 0pointer.de
Wed Oct 6 01:17:46 PDT 2010
This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.
The stable-queue branch has been updated
from 9109a188cd3d2e4d0d400f68a00aaefd02719e6c (commit)
- Log -----------------------------------------------------------------
a378c02 augment-properties: Fix debug messages and statement bracketing.
-----------------------------------------------------------------------
Summary of changes:
src/modules/module-augment-properties.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
commit a378c02ebbbaac1177474630d0b9ab083189056e
Author: Colin Guthrie <cguthrie at mandriva.org>
Date: Wed Oct 6 09:16:16 2010 +0100
augment-properties: Fix debug messages and statement bracketing.
diff --git a/src/modules/module-augment-properties.c b/src/modules/module-augment-properties.c
index f80c9ce..30df69d 100644
--- a/src/modules/module-augment-properties.c
+++ b/src/modules/module-augment-properties.c
@@ -207,14 +207,15 @@ static void update_rule(struct rule *r) {
return;
}
- if (r->good)
+ if (r->good) {
if (st.st_mtime == r->mtime) {
/* Theoretically the filename could have changed, but if so
having the same mtime is very unlikely so not worth tracking it in r */
pa_xfree(fn);
return;
}
- else
+ pa_log_debug("Found %s (which has been updated since we last checked).", fn);
+ } else
pa_log_debug("Found %s.", fn);
r->good = TRUE;
--
hooks/post-receive
PulseAudio Sound Server
More information about the pulseaudio-commits
mailing list