From 4b14faef38f235611fd3fc98aaa99c379e2b9192 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 22 Jun 2007 12:13:48 +0000 Subject: shorter log message --- genhdlist2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/genhdlist2 b/genhdlist2 index 41f08e3..a8684ad 100644 --- a/genhdlist2 +++ b/genhdlist2 @@ -76,9 +76,9 @@ sub do_it { build_synthesis($urpm, "$synthesis.tmp"); if (1) { - print "replacing $hdlist with $hdlist.tmp\n" if $verbose >= 0; + print "replacing $hdlist with hdlist.cz.tmp\n" if $verbose >= 0; rename "$hdlist.tmp", $hdlist or die "rename $hdlist failed: $?\n"; - print "replacing $synthesis with $synthesis.tmp\n" if $verbose >= 0; + print "replacing $synthesis with synthesis.hdlist.cz.tmp\n" if $verbose >= 0; rename "$synthesis.tmp", $synthesis or die "ERROR: this should not happen: rename $synthesis failed\n"; generate_md5sum($media_info_dir) if !$options{no_md5sum}; } -- cgit v1.2.1