summaryrefslogtreecommitdiffstats
path: root/src/sp-skeleton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-skeleton.cpp')
-rw-r--r--src/sp-skeleton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-skeleton.cpp b/src/sp-skeleton.cpp
index bd0d7e827..878d8f31b 100644
--- a/src/sp-skeleton.cpp
+++ b/src/sp-skeleton.cpp
@@ -146,7 +146,7 @@ static void
sp_skeleton_set(SPObject *object, unsigned int key, gchar const *value)
{
debug("0x%p %s(%u): '%s'",object,
- sp_attribute_name(key),key,value);
+ sp_attribute_name(key),key,value ? value : "<no value>");
SPSkeleton *skeleton = SP_SKELETON(object);
/* See if any parents need this value. */