Commit 9a200bc9 authored by Chris Lamb's avatar Chris Lamb 👀
Browse files

Print the "Starting diffoscope $VERSION" line as the first line as we are, well, starting.

parent 786ff489
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -610,9 +610,10 @@ def run_diffoscope(parsed_args):
    unpredictable behaviour.)
    """

    logger.debug("Starting diffoscope %s", VERSION)

    ProfileManager().setup(parsed_args)
    PresenterManager().configure(parsed_args)
    logger.debug("Starting diffoscope %s", VERSION)
    if not tlsh:
        logger.warning(
            'Fuzzy-matching is currently disabled as the "tlsh" module is unavailable.'