Commit 8817d08765747a118143a4cce626dfed82d296a2

Authored by Cédric RICARD
1 parent 4e40bb7c

Small bug on previous commit

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
calexium_lib/net_services/CXM_generic_client.anubis
... ... @@ -133,7 +133,7 @@ define Maybe($T)
133 133 success(result) then
134 134 with timestamp = if find_string(msg, "TIMESTAMP") is
135 135 {
136   - failure then logger("["+queue.get_name(unique)+"]: requesting service TIMESTAMP not found");failure,
  136 + failure then logger("["+queue.get_name(unique)+"]: requesting service TIMESTAMP not found"); "",
137 137 success(timestamp) then timestamp
138 138 },
139 139 handler(queue, timestamp)
... ...