From 05f20a507ef24c1c2f20a23e77b9af6b236fda71 Mon Sep 17 00:00:00 2001 From: Jan Kupec Date: Thu, 9 Aug 2007 08:25:27 +0000 Subject: [PATCH] - zypper version logging added --- src/zypper.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/zypper.cc b/src/zypper.cc index 7b9909d..39e97e5 100644 --- a/src/zypper.cc +++ b/src/zypper.cc @@ -1523,6 +1523,8 @@ int main(int argc, char **argv) logfile = ZYPP_CHECKPATCHES_LOG; zypp::base::LogControl::instance().logfile( logfile ); + MIL << "Hi, me zypper " VERSION " built " << __DATE__ << " " << __TIME__ << endl; + // parse global options and the command ZypperCommand command = process_globals (argc, argv); switch(command.toEnum()) -- 2.7.4