Development
This commit is contained in:
parent
e4a9d5c038
commit
bf4e7175cb
4 changed files with 6 additions and 6 deletions
|
|
@ -32,7 +32,7 @@ def radius_log_tail(cfg):
|
|||
lines = (prev[-need:] if need and prev else []) + current
|
||||
|
||||
if not lines:
|
||||
return '(log is empty)', ''
|
||||
return '(no log entries yet)', ''
|
||||
|
||||
log_dir = os.path.dirname(RADIUS_LOG_FILE)
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue