Add log messages for completion of disable - know that we're out of the picture

This commit is contained in:
Mike Primm 2012-02-03 23:02:27 -06:00
parent 84f62ade86
commit 0925212a70

View File

@ -400,6 +400,8 @@ public class DynmapPlugin extends JavaPlugin implements DynmapAPI {
/* Register our update trigger events */
registerEvents();
Log.info("Enabled");
}
@Override
@ -413,6 +415,7 @@ public class DynmapPlugin extends JavaPlugin implements DynmapAPI {
sscache.cleanup();
sscache = null;
}
Log.info("Disabled");
}
@Override