Log every time we get a resource from the network

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@521 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Charlie Groves
2008-06-04 18:18:10 +00:00
parent 4b0f9e0c64
commit 795bfe0429
@@ -88,6 +88,7 @@ public class NetworkResourceBundle extends ResourceBundle
if (ucon == null) {
return null;
}
log.info("Fetching", "url", resourceUrl);
try {
ucon.connect();