Chromium Code Reviews| Index: dart/samples/proxy/proxy.dart |
| diff --git a/dart/samples/proxy/proxy.dart b/dart/samples/proxy/proxy.dart |
| index da8077abf0511ab220538f848648eccfa8ed2941..2b5c5573071985aaddf7d7686df909e5484b07b3 100644 |
| --- a/dart/samples/proxy/proxy.dart |
| +++ b/dart/samples/proxy/proxy.dart |
| @@ -222,7 +222,7 @@ class RpcException implements Exception { |
| } |
| static String format(Object e) { |
| - return prefix + e.toString(); |
| + return "$prefix$e"; |
| } |
| static RpcException parse(Object object) { |