From e0e6113808aba35c9ab29eb88859039fe72ff790 Mon Sep 17 00:00:00 2001 From: Hidden Z Date: Wed, 27 Oct 2010 15:36:51 +0000 Subject: [PATCH] py-i2phosts-fetcher: add log message --- py-i2phosts-fetcher | 1 + 1 file changed, 1 insertion(+) diff --git a/py-i2phosts-fetcher b/py-i2phosts-fetcher index 98445b9..59dc790 100755 --- a/py-i2phosts-fetcher +++ b/py-i2phosts-fetcher @@ -67,6 +67,7 @@ for source in sources: # form commnd-line for invoke injector path = os.path.dirname(sys.argv[0]) + print 'adding hosts from: %s' % source_hostname sp_args = [path + '/py-i2phosts-injector', '-s', '-f', filename, '-d', 'Auto-added from ' + source_hostname] p = subprocess.Popen(sp_args, shell=False, stdin=None, stdout=None, stderr=subprocess.STDOUT)