Jump to content

Plutonium239

Members
  • Posts

    3
  • Joined

  • Last visited

About Plutonium239

  • Birthday 11/12/1988

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Plutonium239's Achievements

Dirt

Dirt (1/9)

0

Reputation

  1. I recompiled TubeStuff with the console logging spam removed. I tested this on my server and it works great. http://dl.dropbox.com/u/35470/tubestuff_49.1.2_for_1.2.5-bukkit.jar
  2. Found the issue, it's an log message not removed from TubeStuff. ./mods/immibis/tubestuff/TileCraftingTable.java 280: private void slotChanging(int var1) 281 { 282 if (var1 == 0) ... 292 this.invChanged = true; 293 this.insufficientInput = false; 294: System.out.println("slotChanging(" + var1 + ")"); 295 }
  3. Just upgraded my server to 3.1.2 this morning and now the console is being filled with messages like this: 11:34:01 [iNFO] slotChanging(28) 11:34:02 [iNFO] slotChanging(0) 11:34:02 [iNFO] slotChanging(0) 11:34:02 [iNFO] slotChanging(0) 11:34:03 [iNFO] slotChanging(28) 11:34:03 [iNFO] slotChanging(28) 11:34:03 [iNFO] slotChanging(28) 11:34:04 [iNFO] slotChanging(0) 11:34:04 [iNFO] slotChanging(0) Anybody have any idea what is causing it? Did the logging level get changed in Forge or did someone leave some debugging code in? Update: I recompiled TubeStuff with the console logging spam removed. Works great on my server. http://dl.dropbox.com/u/35470/tubestuff_49.1.2_for_1.2.5-bukkit.jar
×
×
  • Create New...