aboutsummaryrefslogtreecommitdiffstats
path: root/logger.c
diff options
context:
space:
mode:
Diffstat (limited to 'logger.c')
-rwxr-xr-xlogger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/logger.c b/logger.c
index 1d5bacee4..358caa6cd 100755
--- a/logger.c
+++ b/logger.c
@@ -895,7 +895,7 @@ void ast_verbose(const char *fmt, ...)
ast_log(LOG_VERBOSE, "%s", stuff);
if (len) {
- if (complete)
+ if (!complete)
replacelast = 1;
else
replacelast = len = 0;