Skip to content

Commit

Permalink
[enhance] bsl: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Nov 3, 2011
1 parent ee7b436 commit c973ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opabsl/mlbsl/bslRPC.ml
Expand Up @@ -111,7 +111,7 @@ end = struct
QmlCpsServerLib.push_cont k response;
true
with Not_found ->
Logger.error "[RPC] Any continuation stored for %d" id;
Logger.error "[RPC] No continuation stored for %d" id;
false
with Failure "int_of_string" ->
Logger.error "[RPC] Identifier %s isn't an int" id;
Expand Down

0 comments on commit c973ecf

Please sign in to comment.