All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lucas Meneghel Rodrigues <lmr@redhat.com>
To: autotest@test.kernel.org
Cc: kvm@vger.kernel.org, Lucas Meneghel Rodrigues <lmr@redhat.com>
Subject: [PATCH] Fixing spacing on messages coming from kvm_config
Date: Wed, 10 Jun 2009 17:00:58 -0300	[thread overview]
Message-ID: <1244664059-25505-1-git-send-email-lmr@redhat.com> (raw)

During the logging conversion, when breaking long lines, a space
was not add to some of the lines on kvm_config. This patch fixes
this mistake.

Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>
---
 client/tests/kvm/kvm_config.py |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/client/tests/kvm/kvm_config.py b/client/tests/kvm/kvm_config.py
index e390d75..1595761 100755
--- a/client/tests/kvm/kvm_config.py
+++ b/client/tests/kvm/kvm_config.py
@@ -304,7 +304,7 @@ class config:
             if op_found:
                 if self.debug and not restricted:
                     self.__debug_print(indented_line,
-                                     "Parsing operator (%d dicts in current"
+                                     "Parsing operator (%d dicts in current "
                                      "context)" % len_list)
                 (left, value) = self.split_and_strip(line, op_found)
                 filters_and_key = self.split_and_strip(left, ":")
@@ -351,7 +351,7 @@ class config:
                 list = filtered_list
                 if self.debug and not restricted:
                     self.__debug_print(indented_line,
-                                     "Parsing no/only (%d dicts in current"
+                                     "Parsing no/only (%d dicts in current "
                                      "context, %d remain)" %
                                      (len_list, len(list)))
 
@@ -374,7 +374,7 @@ class config:
             elif line == "subvariants:":
                 if self.debug and not restricted:
                     self.__debug_print(indented_line,
-                                     "Entering subvariants block (%d dicts in"
+                                     "Entering subvariants block (%d dicts in "
                                      "current context)" % len_list)
                 new_list = []
                 # Remember current file position
@@ -422,7 +422,7 @@ class config:
                 if self.debug and not restricted:
                     self.__debug_print(indented_line,
                                      "Entering multi-line exception block"
-                                     "(%d dicts in current context outside"
+                                     "(%d dicts in current context outside "
                                      "exception)" % len_list)
                 line = line.strip(":")
                 new_list = []
-- 
1.6.2.2


             reply	other threads:[~2009-06-10 20:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-10 20:00 Lucas Meneghel Rodrigues [this message]
2009-06-10 20:00 ` [PATCH] Fix the remaining references to the old test name Lucas Meneghel Rodrigues

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1244664059-25505-1-git-send-email-lmr@redhat.com \
    --to=lmr@redhat.com \
    --cc=autotest@test.kernel.org \
    --cc=kvm@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.