Tweaky tweaky.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5914 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2009-08-14 22:29:02 +00:00
parent 4a734d00ef
commit 6e69b98459
@@ -138,7 +138,7 @@ public abstract class Communicator
if (_client != null) {
_client.notifyObservers(op);
} else {
log.warning("Dropping client notification. No observers.", "op", op);
log.warning("Dropping client observer notification.", "op", op);
}
}