about summary refs log tree commit diff stats
path: root/about.c
diff options
context:
space:
mode:
Diffstat (limited to 'about.c')
-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;