This commit is contained in:
Michel Oosterhof
2015-10-07 23:14:56 +04:00
parent b7f9d3ff6b
commit e91c23eb7e

View File

@@ -32,7 +32,7 @@ class CowrieServiceMaker(object):
"""
if os.name == 'posix' and os.getuid() == 0:
print 'ERROR: You must not run cowrie as root!'
print('ERROR: You must not run cowrie as root!')
sys.exit(1)
cfg = readConfigFile(options["config"])