aboutsummaryrefslogtreecommitdiffstats
path: root/db.c
diff options
context:
space:
mode:
Diffstat (limited to 'db.c')
-rwxr-xr-xdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/db.c b/db.c
index 1c88c49bd..9d127ddaf 100755
--- a/db.c
+++ b/db.c
@@ -529,7 +529,7 @@ static int manager_dbget(struct mansession *s, struct message *m)
ast_cli(s->fd, "Event: DBGetResponse\r\n"
"Family: %s\r\n"
"Key: %s\r\n"
- "Val: %s\r\n",
+ "Val: %s\r\n\r\n",
family, key, tmp);
}
return 0;