diff options
author | Thomas White <taw@physics.org> | 2023-06-03 18:04:41 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2023-06-03 18:04:41 +0200 |
commit | 50bb229a0b23f89c3a1fa265f42bdabbf2f452fc (patch) | |
tree | d2caffff7306e924ae78811b483bae5ec105ea20 /src | |
parent | 4d1983463587a9375cb073992fca1614854e2429 (diff) |
ASAP::O: Reduce verbosity
Diffstat (limited to 'src')
-rw-r--r-- | src/im-asapo.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/im-asapo.c b/src/im-asapo.c index 87c3f0c1..9162946b 100644 --- a/src/im-asapo.c +++ b/src/im-asapo.c @@ -273,8 +273,6 @@ static void send_callback(void *a, AsapoRequestCallbackPayloadHandle payload, { if ( asapo_is_error(err) ) { show_asapo_error("ASAP::O send error", err); - } else if ( err != NULL ) { - show_asapo_error("ASAP::O send warning", err); } } |