Skip to content

Commit

Permalink
Add debugging help link (see #3836)
Browse files Browse the repository at this point in the history
  • Loading branch information
magreenblatt committed Jan 14, 2025
1 parent 70c6a04 commit 6a3233f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/version_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,8 @@ def exec_check(cpp_header_dir, api_versions_file, api_untracked_file, debug_dir,
print('WARNING: This change can break back/forward binary compatibility.')
else:
sys.stderr.write('ERROR: %d hashes checked and failed\n' % len_failed)
sys.stderr.write('\nFor debugging tips/tricks see\n' +
'https://github.com/chromiumembedded/cef/issues/3836#issuecomment-2587767028\n\n')

print('%d hashes checked and match (%d/%d versioned, %d/%d untracked).' %
(len(versions) - len_failed,
Expand Down

0 comments on commit 6a3233f

Please sign in to comment.