[cheese/three-point-oh] the found an effect message should be a message, not a critical one
- From: Daniel G. Siegel <dgsiegel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cheese/three-point-oh] the found an effect message should be a message, not a critical one
- Date: Thu, 1 Jul 2010 19:31:37 +0000 (UTC)
commit 68357995778149a2842c5d0757c3507f4ee17cef
Author: daniel g. siegel <dgsiegel gnome org>
Date: Thu Jul 1 21:30:22 2010 +0200
the found an effect message should be a message, not a critical one
src/cheese-effects-manager.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/cheese-effects-manager.vala b/src/cheese-effects-manager.vala
index 36fb190..4be6e59 100644
--- a/src/cheese-effects-manager.vala
+++ b/src/cheese-effects-manager.vala
@@ -27,7 +27,7 @@ internal class Cheese.EffectsManager : GLib.Object
return null;
}
- critical ("%s", eff.pipeline_desc);
+ message ("Found %s (%s)", eff.name, eff.pipeline_desc);
return eff;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]