Skip to content

Commit 479b4e0

Browse files
reloxx13andi34
authored andcommitted
log filter time with filter name
1 parent 55ec18d commit 479b4e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

assets/js/core.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,9 @@ const photoBooth = (function () {
897897
photoboothTools.console.log(api.photoStyle + ' processed', data);
898898
endTime = new Date().getTime();
899899
totalTime = endTime - startTime;
900-
photoboothTools.console.logDev('Processing ' + api.photoStyle + ' took ' + totalTime + 'ms');
900+
photoboothTools.console.logDev(
901+
'Processing ' + api.photoStyle + ' took ' + totalTime + 'ms for filter `' + imgFilter + '`'
902+
);
901903
photoboothTools.console.logDev('Images:', data.images);
902904

903905
if (config.get_request.processed) {

0 commit comments

Comments
 (0)