]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Whitespace and unnecessary formatting fixes
authorJosh Durgin <josh.durgin@dreamhost.com>
Fri, 24 Feb 2012 20:04:58 +0000 (12:04 -0800)
committerJosh Durgin <josh.durgin@dreamhost.com>
Fri, 24 Feb 2012 20:05:35 +0000 (12:05 -0800)
teuthology/misc.py
teuthology/task/rgw.py

index c2f7b7c62c1ba61a5c35358205e741723a8e4d3c..9bb8c698e2d683115006ad70559b47f036e9f2e0 100644 (file)
@@ -499,6 +499,5 @@ def get_valgrind_args(name, v):
             '--log-file={vdir}/{n}.log'.format(vdir=val_path, n=name)
             ]
     extra_args.extend(v)
-    log.debug('running %s under valgrind with args %s' % (name, extra_args))
+    log.debug('running %s under valgrind with args %s', name, extra_args)
     return extra_args
-
index 09c702ed825d48b3901d4b6c41ad1b8632b0dfd5..7bf27439738649e5bd3d2917bb9764163cfa2286 100644 (file)
@@ -101,7 +101,7 @@ def start_rgw(ctx, config):
         client_config = config.get(client)
         if client_config is None:
             client_config = {}
-        log.info("rgw %s config is %s" % (client, client_config))
+        log.info("rgw %s config is %s", client, client_config)
  
         run_cmd=[
                 'LD_LIBRARY_PATH=/tmp/cephtest/binary/usr/local/lib',
@@ -214,7 +214,7 @@ def task(ctx, config):
               valgrind: [--tool=memcheck]
             client.3:
               valgrind: [--tool=memcheck]
-        
+
     """
     if config is None:
         config = dict(('client.{id}'.format(id=id_), None)