diff options
-rw-r--r-- | libpager/object-terminate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libpager/object-terminate.c b/libpager/object-terminate.c index 365ba275..332bcab8 100644 --- a/libpager/object-terminate.c +++ b/libpager/object-terminate.c @@ -36,12 +36,12 @@ _pager_seqnos_memory_object_terminate (struct pager *p, if (control != p->memobjcntl) { - printf ("incg terminate: wrong control port"); + printf ("incg terminate: wrong control port\n"); goto out; } if (name != p->memobjname) { - printf ("incg terminate: wrong name port"); + printf ("incg terminate: wrong name port\n"); goto out; } |