Skip to content

Commit 1aff4f6

Browse files
committed
improve deletelog function for AdibouNet
1 parent 2d07aa0 commit 1aff4f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adibounet/adb3server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def start_console():
131131
elif command == "deletelog":
132132
logfile = 'adibounet.log'
133133
os.system('del adiboulog.txt' if os.name=='nt' else 'rm adibounet.log')
134-
logger.info("Deleting old adibou3.log")
134+
logger.info("Deleting old adibou3.log\n Restart AdibouNet Server with 'restart' to generate an new Logfile.")
135135

136136
elif command == "clear":
137137
os.system('cls' if os.name=='nt' else 'clear')

0 commit comments

Comments
 (0)