more debug

This commit is contained in:
John Whitington 2018-03-20 15:53:25 +00:00
parent 9963f9db00
commit 275418050d
1 changed files with 1 additions and 1 deletions

View File

@ -2253,7 +2253,7 @@ let really_write_pdf ?(encryption = None) ?(is_decompress=false) mk_id pdf outna
end
else
begin
if not args.was_encrypted || args.was_decrypted_with_owner then
if args.debugforce || not args.was_encrypted || args.was_decrypted_with_owner then
begin
if args.debugcrypt then
Printf.printf "Pdf to file in really_write_pdf\n";