Skip to content
Snippets Groups Projects
Commit 9e799dc8 authored by Maxime MORGE's avatar Maxime MORGE
Browse files

Add log message at session end

parent 7f318107
Branches
No related tags found
No related merge requests found
No preview for this file type
...@@ -43,7 +43,7 @@ public class MyStrategy extends Agent { ...@@ -43,7 +43,7 @@ public class MyStrategy extends Agent {
*/ */
@Override @Override
public void endSession(NegotiationResult result) { public void endSession(NegotiationResult result) {
if (debug) System.out.println("Agent "+getAgentID()+" utility: " + result.getMyDiscountedUtility());
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment