diff --git a/debian/changelog b/debian/changelog index 0935e07..c790c75 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (3.2.0) unstable; urgency=low + + * New upstream release + + -- Nathan Scott Fri, 02 May 2014 10:19:34 +1000 + xfsprogs (3.1.11) unstable; urgency=low * New upstream release diff --git a/libxfs/rdwr.c b/libxfs/rdwr.c index ea4bdfd..57c12c1 100644 --- a/libxfs/rdwr.c +++ b/libxfs/rdwr.c @@ -495,8 +495,9 @@ libxfs_getbufr_map(struct xfs_buftarg *btp, xfs_daddr_t blkno, int bblen, if (blkno != map[0].bm_bn) { fprintf(stderr, - _("%s: %s map blkno %lx doesn't match key %lx\n"), - progname, __FUNCTION__, map[0].bm_bn, blkno); + _("%s: %s map blkno 0x%llx doesn't match key 0x%llx\n"), + progname, __FUNCTION__, (long long)map[0].bm_bn, + (long long)blkno); exit(1); } diff --git a/po/de.po b/po/de.po index 573380e..a13b5cc 100644 --- a/po/de.po +++ b/po/de.po @@ -11,6 +11,7 @@ msgstr "" "PO-Revision-Date: 2009-10-21 21:08+0100\n" "Last-Translator: Chris Leick \n" "Language-Team: German \n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n"