Skip to content

Commit b925267

Browse files
committed
Merge 6.x into main
2 parents cb16f27 + 99af221 commit b925267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/puppetlabs/puppetdb/command.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
(maybe-send-cmd-event! cmdref ::ingested)
275275
(log/debug (trs "[{0}-{1}] ''{2}'' command enqueued for {3}"
276276
id
277-
(time/to-long received)
277+
(str (time/to-long received))
278278
command
279279
certname))))
280280
(finally

0 commit comments

Comments
 (0)