Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Commit

Permalink
Minor bugfix in logging
Browse files Browse the repository at this point in the history
  • Loading branch information
shravanrn committed Aug 29, 2019
1 parent 1ee4e6b commit 5d28663
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions image/decoders/nsJPEGDecoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,8 @@ static mozilla::LazyLogModule sJPEGDecoderAccountingLog("JPEGDecoderAccounting")
printf("Creating "
#if defined(NACL_SANDBOX_USE_NEW_CPP_API)
"NaCl"
#elif defined(PS_SANDBOX_USE_NEW_CPP_API)
"Process"
#else
"Wasm"
#endif
Expand Down

0 comments on commit 5d28663

Please sign in to comment.