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:
@@ -557,7 +557,7 @@ public class PresentsClient
|
|||||||
if (rec != null) {
|
if (rec != null) {
|
||||||
rec.unsubscribe();
|
rec.unsubscribe();
|
||||||
} else {
|
} else {
|
||||||
log.warning("Requested to unmap non-existent subscription [oid=" + oid + "].");
|
log.warning("Missing subscription in unmap [client=" + this + ", oid=" + oid + "].");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user