aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/im-asapo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/im-asapo.c b/src/im-asapo.c
index 4d483669..87c3f0c1 100644
--- a/src/im-asapo.c
+++ b/src/im-asapo.c
@@ -301,7 +301,7 @@ static void send_real(struct im_asapo *a, struct image *image)
kDefaultIngestMode, a->stream,
send_callback, &err);
if ( asapo_is_error(err) ) {
- show_asapo_error("Couldn't ASAP::O message", err);
+ show_asapo_error("Couldn't send ASAP::O message", err);
asapo_free_handle(&header);
asapo_free_handle(&err);
return;
@@ -334,7 +334,7 @@ static void send_placeholder(struct im_asapo *a, struct image *image)
kDefaultIngestMode, a->stream,
send_callback, &err);
if ( asapo_is_error(err) ) {
- show_asapo_error("Couldn't ASAP::O message", err);
+ show_asapo_error("Couldn't send ASAP::O message", err);
asapo_free_handle(&header);
asapo_free_handle(&err);
return;