Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

log: fix syslog glitch after #2386 #2541

Merged
merged 1 commit into from
Feb 10, 2023
Merged

Conversation

metalefty
Copy link
Member

The tail of new datetime format was sticking out.


Before

Feb  9 09:14:12 icepick xrdp-sesman[1885]: .473+0900] [ERROR] sesman_main_loop: trans_check_wait_objs failed, removing trans
Feb  9 09:17:44 icepick xrdp-sesman[1885]: .728+0900] [ERROR] sesman_main_loop: trans_check_wait_objs failed, removing trans
Feb  9 09:19:59 icepick xrdp-sesman[1885]: .860+0900] [ERROR] pam_authenticate failed: Authentication error

After

Feb  9 10:53:18 icepick xrdp-sesman[53377]: [ERROR] pam_authenticate failed: Authentication error
Feb  9 10:53:18 icepick xrdp-sesman[53377]: [ERROR] sesman_main_loop: trans_check_wait_objs failed, removing trans

@metalefty metalefty changed the title log: fix syslog gitch after #2386 log: fix syslog glitch after #2386 Feb 9, 2023
The tail of new datetime format was sticking out.
@metalefty metalefty merged commit c463a0e into neutrinolabs:devel Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants