Skip to content

Commit

Permalink
Merge pull request #17 from Radsaggi/issue1
Browse files Browse the repository at this point in the history
Fixed issue #1 wireformat31x=true in config file ignored
  • Loading branch information
dpocock committed May 8, 2014
2 parents 2e934fd + 0411361 commit 2a413db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public static void configure(JMXetricAgent agent, String agentArgs) throws Excep
port = getTagValue( "port", args, null );
config = getTagValue( "config", args, DEFAULT_CONFIG );
mode = getTagValue( "mode", args, DEFAULT_MODE );
wireformat = getTagValue( "wireformat31x", args, "false");
wireformat = getTagValue( "wireformat31x", args, null);
processName = getTagValue( "process", args, null );
spoof = getTagValue( "spoof", args, null );
}
Expand Down

0 comments on commit 2a413db

Please sign in to comment.