summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-07-10 12:32:42 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-07-10 12:32:42 +0000
commitf94285e7ff7dfeb29eea04403d6c6cc455dafda2 (patch)
tree3daad40b3e6478a7830e349bc0aea790b72bc40d
parent727721a2536edea3348455ffba59077dc592dcf1 (diff)
downloadupstream-monitor-f94285e7ff7dfeb29eea04403d6c6cc455dafda2.tar.bz2
upstream-monitor-f94285e7ff7dfeb29eea04403d6c6cc455dafda2.tar.xz
gnome: print debug info more consistent with github output
-rw-r--r--upstream/gnome.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/upstream/gnome.lua b/upstream/gnome.lua
index bf9a153..66ac8a9 100644
--- a/upstream/gnome.lua
+++ b/upstream/gnome.lua
@@ -8,7 +8,7 @@ local M = {}
local function find_newer(self)
local oldver = self.pkg.pkgver
- print("DEBUG: searching:", self.gnome_name)
+ print(("DEBUG: %s: gnome: %s"):format(self.pkg.pkgname, self.gnome_name))
local baseurl = "http://ftp.gnome.org/pub/GNOME/sources/"
local jsonurl = baseurl..self.gnome_name.."/cache.json"
local jsondata = assert(http.request(jsonurl))