diff options
author | default <nobody@localhost> | 2024-03-12 19:50:26 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2024-03-12 19:50:26 +0100 |
commit | b9dbc5bcf3e8c233ba8eec71e4c037de0a655d02 (patch) | |
tree | fb8743089960911982d7703402a0f1123ead5db7 /data.c | |
parent | 66c42da77ae87ef4383b7099b35f9691b9f9003a (diff) |
Fixed log message.
Diffstat (limited to 'data.c')
-rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2470,7 +2470,7 @@ void enqueue_actor_refresh(snac *user, const char *actor) qmsg = _enqueue_put(fn, qmsg); - snac_debug(user, 1, xs_fmt("enqueue_actor_refresh %s", user->actor)); + snac_debug(user, 1, xs_fmt("enqueue_actor_refresh %s", actor)); } |