[Apt-offline-devel] [SCM] Offline APT Package Manager branch, master, updated. 0.9.4-16-g90220d4

Ritesh Raj Sarraf rrs at researchut.com
Fri Oct 30 05:56:04 UTC 2009


The following commit has been merged in the master branch:
commit 5ae5b242b262d13601997eb2976e09c469126d81
Author: Ritesh Raj Sarraf <rrs at researchut.com>
Date:   Thu Oct 29 18:38:18 2009 +0530

    change log facility to verbose

diff --git a/AptOfflineCoreLib.py b/AptOfflineCoreLib.py
index e499364..ae585c3 100644
--- a/AptOfflineCoreLib.py
+++ b/AptOfflineCoreLib.py
@@ -1031,7 +1031,7 @@ def installer( args ):
                                         log.err( 'Incorrect choice. Exiting\n' )
                                         sys.exit( 1 )
                 else:
-                        log.msg( "Great!!! No bugs found for all the packages that were downloaded.\n\n" )
+                        log.verbose( "Great!!! No bugs found for all the packages that were downloaded.\n\n" )
                         #response = raw_input( "Continue with Installation. Y/N ?" )
                         #response = response.rstrip( "\r" )
                         #if response.endswith( 'y' ) or response.endswith( 'Y' ):
@@ -1153,7 +1153,7 @@ def installer( args ):
                                         log.err( 'Incorrect choice. Exiting\n' )
                                         sys.exit( 1 )
                 else:
-                        log.msg( "Great!!! No bugs found for all the packages that were downloaded.\n" )
+                        log.verbose( "Great!!! No bugs found for all the packages that were downloaded.\n" )
                         #response = raw_input( "Continue with Installation. Y/N?" )
                         #response = response.rstrip( "\r" )
                         #if response.startswith( 'y' ) or response.startswith( 'Y' ):

-- 
Offline APT Package Manager



More information about the Apt-offline-devel mailing list