Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Dec 26, 2024
1 parent a37d259 commit c9cfe9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/main/modules/docker-jmeter/libraries/recorder.bsf
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ FileWriter fstream = new FileWriter(filenamepath, true);
BufferedWriter out = new BufferedWriter(fstream);

// We add the run info when starting the first thread
print('Checking if header printed');
System.out.println('Checking if header printed');
if (JMeterUtils.getProperty("headerprinted") == null) {
print('Header not printed - adding it now');
// Output headers.
Expand Down

0 comments on commit c9cfe9d

Please sign in to comment.