ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/java/installer2/src/net/oni2/aeinstaller/DepotPackageCheck.java
(Generate patch)

Comparing AE/installer2/src/net/oni2/aeinstaller/DepotPackageCheck.java (file contents):
Revision 634 by alloc, Sat Jan 19 11:58:17 2013 UTC vs.
Revision 637 by alloc, Sun Jan 20 11:28:12 2013 UTC

# Line 48 | Line 48 | public class DepotPackageCheck {
48                          System.out.format("Inst method '%s':\n", inst);
49                          for (NodeMod nm : foundNodes.get(inst)) {
50                                  System.out
51 <                                                .format("  Node %3d, Files %d, Platform %5s, Type %10s, Title \"%s\"\n",
51 >                                                .format("  Node %3d, Files %d, Platform %5s, Type %11s, Submitter %10s, Title \"%s\"\n",
52                                                                  nm.getNid(), nm.getUploads().size(), nm
53                                                                                  .getPlatform().toString(), nm
54 <                                                                                .getTypes().toString(), nm.getTitle());
54 >                                                                                .getTypes().toString(), nm.getName(),
55 >                                                                nm.getTitle());
56                          }
57                          System.out.println();
58                  }

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)