[frogr] Use DEBUG for printing the base string for signing
- From: Mario Sanchez Prada <msanchez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [frogr] Use DEBUG for printing the base string for signing
- Date: Mon, 9 Apr 2012 00:00:56 +0000 (UTC)
commit f6c92b2ce8668e31d07d660260f4c4f158e2306a
Author: Mario Sanchez Prada <msanchez igalia com>
Date: Mon Apr 9 00:01:28 2012 +0200
Use DEBUG for printing the base string for signing
src/flicksoup/fsp-session.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/flicksoup/fsp-session.c b/src/flicksoup/fsp-session.c
index c2d1dd8..4eaf4b1 100644
--- a/src/flicksoup/fsp-session.c
+++ b/src/flicksoup/fsp-session.c
@@ -1102,8 +1102,8 @@ _calculate_api_signature (const gchar *url,
/* Using the new OAuth-based authorization API */
encoded_url = _encode_uri (url);
encoded_params = _encode_uri (params_str);
-
base_string = g_strdup_printf ("%s&%s&%s", http_method, encoded_url, encoded_params);
+ DEBUG ("Base string for signing: %s", base_string);
g_free (encoded_url);
g_free (encoded_params);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]