aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/db.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/db.c b/main/db.c
index 3ccd827f5..9129b321c 100644
--- a/main/db.c
+++ b/main/db.c
@@ -661,6 +661,10 @@ static int manager_dbget(struct mansession *s, const struct message *m)
"%s"
"\r\n",
family, key, tmp, idText);
+ astman_append(s, "Event: DBGetComplete\r\n"
+ "%s"
+ "\r\n",
+ idText);
}
return 0;
}