diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-06 11:43:14 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-06 11:43:14 +0100 |
commit | bf17bf81fef275892d24458ce5f1e5290b426742 (patch) | |
tree | bcea39a282abbabe30d0d7d467bcc09373ae20e5 /HACKING | |
parent | e5e9541f2de4af37bca98633aa75f9f9533a07db (diff) | |
download | libguestfs-bf17bf81fef275892d24458ce5f1e5290b426742.tar.gz libguestfs-bf17bf81fef275892d24458ce5f1e5290b426742.tar.xz libguestfs-bf17bf81fef275892d24458ce5f1e5290b426742.zip |
Debugging tips.
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -21,8 +21,19 @@ Formatting Try to use GNU / Emacs default formatting, following the convention used elsewhere in the source. +Please make sure that the code compiles without warnings. + +Please test any changes + +Debugging +---------------------------------------------------------------------- + +Use 'guestfish -v', which will show error messages etc from the +daemon. + Patches ---------------------------------------------------------------------- Submit patches to the fedora-virt mailing list: http://www.redhat.com/mailman/listinfo/fedora-virt +and CC to rjones@redhat.com |