From: Zygo Blaxell Date: Sun, 14 Feb 2010 00:36:22 +0000 (-0500) Subject: Fix "expected inode FOO, found BAR" warning message X-Git-Tag: dm6-0.20100514~8 X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f58c1c6b10b0d913ea800ad7440b52d12a89ac52;hp=f58c1c6b10b0d913ea800ad7440b52d12a89ac52;p=dupemerge Fix "expected inode FOO, found BAR" warning message FOO was passed through format_inode, BAR was not. The behavior was correct, but the message incorrectly suggested otherwise. ---