DISPATCH-2368: chore(build): fix `qd_log` formatting placeholder (#1739)

It's unexpected that compilers can trace the string as it flows to printf, as there are no hints in the code, but apparently they can do this nowadays.

```
error: format specifies type 'long long' but the argument has type 'long' [-Werror,-Wformat]
```
1 file changed