[rygel: 4/6] rygel: Add message about streaming-only mode
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel: 4/6] rygel: Add message about streaming-only mode
- Date: Tue, 28 May 2013 08:40:44 +0000 (UTC)
commit 51b81dcb96f41b98fe1499f302134bf1deb19188
Author: Jens Georg <jensg openismus com>
Date: Tue May 28 09:46:53 2013 +0200
rygel: Add message about streaming-only mode
src/rygel/rygel-main.vala | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/src/rygel/rygel-main.vala b/src/rygel/rygel-main.vala
index cc43ad0..71eb8bd 100644
--- a/src/rygel/rygel-main.vala
+++ b/src/rygel/rygel-main.vala
@@ -78,6 +78,12 @@ internal class Rygel.Main : Object {
}
private int run () {
+ try {
+ if (!this.config.get_upnp_enabled ()) {
+ message (_("Rygel is running in streaming-only mode."));
+ }
+ } catch (Error error) { }
+
this.main_loop.run ();
return this.exit_code;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]