Changes between Version 1 and Version 2 of Ticket #17955, comment 8
- Timestamp:
- Oct 8, 2022, 1:52:01 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17955, comment 8
v1 v2 15 15 sprintf(buff, "AboutSystem(%s): newHeight(%.2f) - fCachedMinHeight(%.2f) = %.2f\n", 16 16 fIsReplicant ? "Replicant": "App", 17 (float)newHeight, (float)fCachedMinHeight, (float)difference);17 newHeight, fCachedMinHeight, difference); 18 18 syslog(1, buff); 19 19 }}}