changeset 3399:adebe2263494

Bugfix: oslog constructor.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Thu, 03 May 2007 12:38:55 +0200
parents 5930327a0541
children 82e1a185d8a2
files bin/gpkg
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/gpkg	Wed May 02 21:23:12 2007 +0200
+++ b/bin/gpkg	Thu May 03 12:38:55 2007 +0200
@@ -173,7 +173,8 @@
 def main ():
     options = parse_options ()
     target_manager = gup.DependencyManager (options.root,
-                                            oslog.Os_commands ("/dev/null"),
+                                            oslog.Os_commands ("/dev/null",
+                                                               oslog.level['info']),
                                             dbdir=options.dbdir)
 
     branch_dict = {}