| Index: mojo/public/dart/mojo/lib/src/stub.dart
|
| diff --git a/mojo/public/dart/mojo/lib/src/stub.dart b/mojo/public/dart/mojo/lib/src/stub.dart
|
| index 6fe7979061a18cc0cea229643e20cb65f12cf3bd..2b66adfdf8425ba5e7fbfc90a03679cb13ab1874 100644
|
| --- a/mojo/public/dart/mojo/lib/src/stub.dart
|
| +++ b/mojo/public/dart/mojo/lib/src/stub.dart
|
| @@ -23,7 +23,7 @@ abstract class Stub extends core.MojoEventStreamListener {
|
| var result = endpoint.query();
|
| assert(result.status.isOk || result.status.isResourceExhausted);
|
| if (result.bytesRead == 0) {
|
| - throw new MojoCodecError('Unexpected empty message.');
|
| + throw new MojoCodecError('Unexpected empty message: $this');
|
| }
|
|
|
| // Read the data and view as a message.
|
|
|