summaryrefslogtreecommitdiff
path: root/components/schedule
diff options
context:
space:
mode:
authorMagnus Feuer <mfeuer@jaguarlandrover.com>2015-03-13 19:09:54 -0700
committerMagnus Feuer <mfeuer@jaguarlandrover.com>2015-03-13 19:09:54 -0700
commit00b9ec4b0b6c3cd05dcb8f2eb814360a3a4980c1 (patch)
tree715fd8268ce6bec634ba89a75ce994d4e2fa06ba /components/schedule
parentd99a008890bfe124c92b128d20a48b7b7c7b2685 (diff)
downloadrvi_core-00b9ec4b0b6c3cd05dcb8f2eb814360a3a4980c1.tar.gz
Fixed typo
Diffstat (limited to 'components/schedule')
-rw-r--r--components/schedule/src/schedule.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/schedule/src/schedule.erl b/components/schedule/src/schedule.erl
index 9624477..b7fcef2 100644
--- a/components/schedule/src/schedule.erl
+++ b/components/schedule/src/schedule.erl
@@ -350,7 +350,7 @@ queue_message(SvcName,
ets:insert(Service#service.messages_tid, Msg),
%% Attempt to send the message
- {SendResRes, NSt3 } = try_sending_messages(Service, NSt2),
+ {_, NSt3 } = try_sending_messages(Service, NSt2),
%% Return
{ ok, NewTransID, NSt3}.