hplip/hplip-quiet.patch

11 lines
385 B
Diff

--- hplip-0.9.6/hpssd.py.quiet 2005-10-14 15:26:23.000000000 +0100
+++ hplip-0.9.6/hpssd.py 2005-10-14 15:27:47.000000000 +0100
@@ -1410,7 +1410,6 @@
def main(args):
prop.prog = sys.argv[0]
prop.daemonize = True
- utils.log_title('Services and Status Daemon', _VERSION)
try:
opts, args = getopt.getopt(sys.argv[1:], 'l:xhp:', ['level=', 'help', 'port='])