summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/krb5-sync-backend2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/krb5-sync-backend b/tools/krb5-sync-backend
index 6ee82d0..3cc05c0 100755
--- a/tools/krb5-sync-backend
+++ b/tools/krb5-sync-backend
@@ -318,7 +318,7 @@ sub process {
for my $ignore (@IGNORE) {
next STDERR if $line =~ m{ $ignore }xms;
}
- print {*STDERR} $line
+ print {*STDERR} $line, "\n"
or warn "$0: cannot write to standard error: $!\n";
}
} else {