[grilo-plugins] lua-factory: Hide some debug
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo-plugins] lua-factory: Hide some debug
- Date: Fri, 6 Jun 2014 09:26:47 +0000 (UTC)
commit 3c21086e824cf8044b9dfb060f6c654921e9bdc7
Author: Bastien Nocera <hadess hadess net>
Date: Sat May 10 17:40:33 2014 +0200
lua-factory: Hide some debug
The grl.unzip() function still spewed out some warnings.
src/lua-factory/grl-lua-library.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/lua-factory/grl-lua-library.c b/src/lua-factory/grl-lua-library.c
index d06daba..9a46e6a 100644
--- a/src/lua-factory/grl-lua-library.c
+++ b/src/lua-factory/grl-lua-library.c
@@ -445,8 +445,8 @@ get_zipped_contents (guchar *data,
else
g_warning ("Read an empty file from the archive");
} else {
- g_message ("Setting content for %s at %d", name, idx);
- //FIXME check for validity?
+ GRL_DEBUG ("Setting content for %s at %d", name, idx);
+ /* FIXME check for validity? */
results->pdata[idx] = buf;
}
}
@@ -1102,7 +1102,7 @@ grl_l_unzip (lua_State *L)
luaL_error (L, "Array of urls expect strings only: at index %d is %s",
i + 1, luaL_typename (L, -1));
}
- g_message ("grl.unzip() -> filenames[%d]: '%s'", i, filenames[i]);
+ GRL_DEBUG ("grl.unzip() -> filenames[%d]: '%s'", i, filenames[i]);
lua_pop (L, 1);
}
GRL_DEBUG ("grl.unzip() -> '%s'", url);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]