Hi, I think it should work well, but wouldn't it be more elegant to "print" the message, if verbose was set: print "$0: reading config files from directory $classpath\n" if $verbose;
as make-fai-nfsroot supposedly doesn't call install_packages with -v and the message is definitely no error/warning? Regards, Frank -----Ursprüngliche Nachricht----- Von: Thomas Lange [mailto:[email protected]] Gesendet: Sonntag, 5. Dezember 2010 11:54 An: [email protected]; [email protected] Cc: Grötzner, Frank Betreff: patch proposal What do you think about this fix? -print "$0: reading config files from directory $classpath\n"; +warn "$0: reading config files from directory $classpath\n" if $verbose; It prints the message to stderr as before (before we fixed #600715), but it only prints this message if verbose (-v) was set. @frank: Will this also work for you? -- regards Thomas -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

