mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 00:47:21 -06:00
Fix log timestamp unit
@@ -841,7 +841,7 @@ Property | Type | Description
|
|||||||
------------|---------|------------
|
------------|---------|------------
|
||||||
`id` | integer | ID of the message
|
`id` | integer | ID of the message
|
||||||
`message` | string | Text of the message
|
`message` | string | Text of the message
|
||||||
`timestamp` | integer | Milliseconds since epoch
|
`timestamp` | integer | Seconds since epoch
|
||||||
`type` | integer | Type of the message: Log::NORMAL: `1`, Log::INFO: `2`, Log::WARNING: `4`, Log::CRITICAL: `8`
|
`type` | integer | Type of the message: Log::NORMAL: `1`, Log::INFO: `2`, Log::WARNING: `4`, Log::CRITICAL: `8`
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|||||||
Reference in New Issue
Block a user