We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d07aa0 commit 1aff4f6Copy full SHA for 1aff4f6
adibounet/adb3server.py
@@ -131,7 +131,7 @@ def start_console():
131
elif command == "deletelog":
132
logfile = 'adibounet.log'
133
os.system('del adiboulog.txt' if os.name=='nt' else 'rm adibounet.log')
134
- logger.info("Deleting old adibou3.log")
+ logger.info("Deleting old adibou3.log\n Restart AdibouNet Server with 'restart' to generate an new Logfile.")
135
136
elif command == "clear":
137
os.system('cls' if os.name=='nt' else 'clear')
0 commit comments