Compare commits
No commits in common. "master" and "v1.0.0" have entirely different histories.
|
|
@ -1,9 +1,5 @@
|
|||
# Changelog
|
||||
|
||||
## [1.0.1] - 2025-03-27
|
||||
### Fixed
|
||||
- Correct transfer of priority when writing to the system log.
|
||||
|
||||
## [1.0.0] - 2025-03-23
|
||||
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -265,7 +265,7 @@ version(Windows) {
|
|||
---
|
||||
+/
|
||||
void writesyslog(string message, int priority) {
|
||||
syslog(priority, message.toStringz());
|
||||
syslog(_sysPriorityOS[priority], message.toStringz());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue