[Lunar-commits] <lunar> Skip verbose messages for now
Stefan Wold
ratler at lunar-linux.org
Tue Nov 24 06:43:34 CET 2009
commit 6321b9ef790f28b8f7bec6678113cb5e19efb9ec
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Tue Nov 24 06:43:34 2009 +0100
Skip verbose messages for now
---
var/lib/lunar/functions/view.lunar | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/var/lib/lunar/functions/view.lunar b/var/lib/lunar/functions/view.lunar
index 658904d..1e5cb62 100644
--- a/var/lib/lunar/functions/view.lunar
+++ b/var/lib/lunar/functions/view.lunar
@@ -17,7 +17,6 @@ view_file() {
gzip) zcat $1 | ${PAGER:-less} ;;
*)
# default fallback
- verbose_msg "view_file using fallback for ($1)"
cat $1 | ${PAGER:-less} ;;
esac
else
More information about the Lunar-commits
mailing list