For some reason, the logging function is writing the same message more than
once (at different times, a few seconds apart) to the log file.
Bug? I double checked my script, only calling the log method once.
I am using JMeter 2.1, with JRE 1.5.
Dump from log file...
2005/10/21 14:20:22 INFO - jmeter.threads.JMeterThread: Thread Thread Group
1-1 started
2005/10/21 14:20:52 INFO - jmeter.functions.LogFunction: Thread Group 1-1
${CLIENT_NUMBER}
2005/10/21 14:20:55 INFO - jmeter.functions.LogFunction: Thread Group 1-1
764123
2005/10/21 14:21:55 INFO - jmeter.functions.LogFunction: Thread Group 1-1
764123
2005/10/21 14:21:56 INFO - jmeter.functions.LogFunction: Thread Group 1-1
764124
2005/10/21 14:22:56 INFO - jmeter.functions.LogFunction: Thread Group 1-1
764124
2005/10/21 14:22:57 INFO - jmeter.functions.LogFunction: Thread Group 1-1
764125
2005/10/21 14:23:39 INFO - jmeter.threads.JMeterThread: Thread Thread Group
1-1 is done