Improve error message.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5107 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2008-05-18 11:30:16 +00:00
parent 117fb1a67b
commit 9b92f14412
@@ -557,7 +557,7 @@ public class PresentsClient
if (rec != null) {
rec.unsubscribe();
} else {
log.warning("Requested to unmap non-existent subscription [oid=" + oid + "].");
log.warning("Missing subscription in unmap [client=" + this + ", oid=" + oid + "].");
}
}