Hi,

(first post here)

The output of the "stats" command is quite poorly aligned, I'm not sure
whether this is intentional.   The following change makes it look a lot
better:

--- mysql.c.orig        2007-06-13 10:49:07.000000000 +0200
+++ mysql.c             2007-06-13 10:49:12.000000000 +0200
@@ -388,7 +388,7 @@
     {
       unsigned long *lengths;
       lengths = mysql_fetch_lengths(res);
-      logmessage("%s  ->  %s", row[0], row[1]);
+      logmessage("%s\t->  %s\n", row[0], row[1]);
     }
     mysql_free_result(res);
   }

What do you think?

        Geert

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
policyd-users mailing list
policyd-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/policyd-users

Reply via email to