From 4a5f2d544c2da561c4dc60605b736bc40d22d5fd Mon Sep 17 00:00:00 2001 From: Slava Kim Date: Fri, 13 Jun 2014 15:28:07 -0700 Subject: [PATCH] Change wording --- packages/livedata/livedata_connection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/livedata/livedata_connection.js b/packages/livedata/livedata_connection.js index 33e2c560bb..5502857651 100644 --- a/packages/livedata/livedata_connection.js +++ b/packages/livedata/livedata_connection.js @@ -787,7 +787,7 @@ _.extend(Connection.prototype, { // result of the RPC. If an error occurred then print the error // to the console. callback = function (err) { - err && Meteor._debug("Error from Method '" + name + "' invocation:", + err && Meteor._debug("Error invoking Method '" + name + "':", err.message); }; } else {