From 02ba033e04c72019be578d011e9cdd64221deb11 Mon Sep 17 00:00:00 2001 From: corvid Date: Sun, 3 Aug 2014 22:28:57 +0000 Subject: BUG_MSG --- src/html.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/html.cc b/src/html.cc index 04b4ac84..28c44dbe 100644 --- a/src/html.cc +++ b/src/html.cc @@ -1517,8 +1517,8 @@ static int bool valid = *val && !strchr(val, ' '); if (!valid) { - BUG_MSG("'%s' value must not be empty and must not contain spaces.\n", - attrname); + BUG_MSG("'%s' value \"%s\" must not be empty and must not contain " + "spaces.\n", attrname, val); } return valid ? 1 : 0; } else { -- cgit v1.2.3