From 5f859b3901cd0da81128fe114f47c7b74c8f268f Mon Sep 17 00:00:00 2001 From: cxgeorge <> Date: Mon, 21 Oct 2002 06:44:10 +0000 Subject: [PATCH] *** empty log message *** --- panda/src/downloadertools/check_md5.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/panda/src/downloadertools/check_md5.cxx b/panda/src/downloadertools/check_md5.cxx index b92871c85c..f968382a57 100644 --- a/panda/src/downloadertools/check_md5.cxx +++ b/panda/src/downloadertools/check_md5.cxx @@ -58,6 +58,8 @@ main(int argc, char *argv[]) { if(bRemoveBrackets) { hash.set_output_brackets(false); + // output base of Filename along w/md5 + cout << source_file.get_basename() << " "; } cout << hash << endl;