[gnome-clocks/wip/cityimages: 36/40] Do not warn if the requested flickr image is not present
- From: Evgeny Bobkin <ebobkin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-clocks/wip/cityimages: 36/40] Do not warn if the requested flickr image is not present
- Date: Mon, 30 Sep 2013 10:39:20 +0000 (UTC)
commit 5032c86c1a8d8d5c95dcc5667b712c02639b40bb
Author: Evgeny Bobkin <evgen ibqn gmail com>
Date: Thu Sep 19 08:32:31 2013 +0200
Do not warn if the requested flickr image is not present
src/providers.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/providers.vala b/src/providers.vala
index 914f9f4..31dbdc2 100644
--- a/src/providers.vala
+++ b/src/providers.vala
@@ -265,7 +265,7 @@ public class FlickrImageProvider : GLib.Object, ImageProvider {
string? image_id = yield flickr_client.seek_image_id (name);
if (image_id == null) {
- warning (@"Could not get image id for $name.");
+ //warning (@"Could not get image id for $name.");
return;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]