[gnome-clocks/wip/cityimages] 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] Do not warn if the requested flickr image is not present
- Date: Thu, 19 Sep 2013 06:33:38 +0000 (UTC)
commit 5146ddfeea601ad6e435b8558d161a8bd27a16a1
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]