summaryrefslogtreecommitdiff
path: root/notifier/testnotify.c
diff options
context:
space:
mode:
Diffstat (limited to 'notifier/testnotify.c')
-rw-r--r--notifier/testnotify.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/notifier/testnotify.c b/notifier/testnotify.c
index c42bd84fc..a7b8df4a7 100644
--- a/notifier/testnotify.c
+++ b/notifier/testnotify.c
@@ -3,7 +3,7 @@
*
* Test notifier for CUPS.
*
- * Copyright 2007-2011 by Apple Inc.
+ * Copyright 2007-2016 by Apple Inc.
* Copyright 1997-2005 by Easy Software Products.
*
* These coded instructions, statements, and computer programs are the
@@ -115,7 +115,7 @@ print_attributes(ipp_t *ipp, /* I - IPP request */
ippAttributeString(attr, buffer, sizeof(buffer));
- fprintf(stderr, "DEBUG: %*s%s (%s%s) %s", indent, "", attr->name,
+ fprintf(stderr, "DEBUG: %*s%s (%s%s) %s\n", indent, "", attr->name,
attr->num_values > 1 ? "1setOf " : "",
ippTagString(attr->value_tag), buffer);
}