Skip to content

Commit 54578ef

Browse files
committed
fix: update logging messages to reflect new MaxKB branding
1 parent 64b1f3d commit 54578ef

File tree

1 file changed

+1
-1
lines changed
  • apps/common/management/commands/services

1 file changed

+1
-1
lines changed

apps/common/management/commands/services/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def restart(self):
2626

2727
def start_and_watch(self):
2828
logging.info(time.ctime())
29-
logging.info(f'MaxKB version {__version__}, more see https://www.jumpserver.org')
29+
logging.info(f'MaxKB version {__version__}, more see https://www.maxkb.cn')
3030
self.start()
3131
if self.run_daemon:
3232
self.show_status()

0 commit comments

Comments
 (0)