aboutsummaryrefslogtreecommitdiffstats
path: root/lib/test_server
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2012-09-19 15:55:53 +0200
committerBjörn Gustavsson <[email protected]>2012-09-20 11:16:52 +0200
commit8029ee113841f08454d5e826a9af23a18c0f0186 (patch)
tree1b6ee1ccc84d95304f6f6bf92d9c8c12df6af424 /lib/test_server
parenta0c65862e8beaca2d2c0b9d6d13eca862641994c (diff)
downloadotp-8029ee113841f08454d5e826a9af23a18c0f0186.tar.gz
otp-8029ee113841f08454d5e826a9af23a18c0f0186.tar.bz2
otp-8029ee113841f08454d5e826a9af23a18c0f0186.zip
ct_master_logs: Don't use io:format/3 with an empty variable list
It is bad practice to use an arbitrary string as a format string for io:format(), since it could contain a '~' character which could trigger a badarg exception. Therefore, replace all io:format/3 calls that looks like: io:format(Fd, String, []) with: io:put_chars(Fd, String)
Diffstat (limited to 'lib/test_server')
0 files changed, 0 insertions, 0 deletions