about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Hill <dhill@conformal.com>2012-08-10 22:46:45 -0400
committerDavid Hill <dhill@conformal.com>2012-08-10 22:46:45 -0400
commitd7d02f49e03b8de35ff80cd77d901d9bddbcb06c (patch)
treed48918986cf9dea9cdf7c547c3f305fa27d8650c
parent7e79aab309ce4fa4a0d01f9d861e9fca4172efd7 (diff)
downloadxombrero-d7d02f49e03b8de35ff80cd77d901d9bddbcb06c.tar.gz
fix compile breakage when debug is enabled.
-rw-r--r--about.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/about.c b/about.c
index db76510..c7ea7c7 100644
--- a/about.c
+++ b/about.c
@@ -1047,7 +1047,7 @@ parse_xtp_url(struct tab *t, const char *uri_str)
 	 *   sv[2]	= optional argument
 	 */
 
-	DNPRINTF(XT_D_URL, "%s: url %s\n", __func__, url);
+	DNPRINTF(XT_D_URL, "%s: url %s\n", __func__, uri_str);
 
 	if ((uri = soup_uri_new(uri_str)) == NULL)
 		goto clean;