[Libguestfs] [PATCH 1/3] ruby: Append newline character after printing exception in callback.

Richard W.M. Jones rjones at redhat.com
Thu Aug 25 13:04:58 UTC 2011


From: "Richard W.M. Jones" <rjones at redhat.com>

---
 generator/generator_ruby.ml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/generator/generator_ruby.ml b/generator/generator_ruby.ml
index a21334a..4e12000 100644
--- a/generator/generator_ruby.ml
+++ b/generator/generator_ruby.ml
@@ -264,7 +264,7 @@ ruby_event_callback_handle_exception (VALUE not_used, VALUE exn)
   /* Callbacks aren't supposed to throw exceptions.  The best we
    * can do is to print the error.
    */
-  fprintf (stderr, \"libguestfs: exception in callback: %%s\",
+  fprintf (stderr, \"libguestfs: exception in callback: %%s\\n\",
            StringValueCStr (exn));
 
   return Qnil;
-- 
1.7.6




More information about the Libguestfs mailing list