summaryrefslogtreecommitdiff
path: root/src/wasp-db.el
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasp-db.el')
-rw-r--r--src/wasp-db.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasp-db.el b/src/wasp-db.el
index fda53b85..420bdf84 100644
--- a/src/wasp-db.el
+++ b/src/wasp-db.el
@@ -80,7 +80,7 @@ If not, return nil."
(condition-case err
(while (w/db-parse-response))
(error
- (w/write-chat-event (format "Database crashed, error: %s" err))
+ (w/chat-write-event (format "Database crashed, error: %s" err))
(w/db-disconnect))))))
(defun w/db-encode (x)