Change wording

This commit is contained in:
Slava Kim
2014-06-13 15:28:07 -07:00
parent f6b8549adc
commit 4a5f2d544c

View File

@@ -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 {