]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test/librbd/fsx.cc: fix format specifier
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Fri, 1 May 2015 08:58:47 +0000 (10:58 +0200)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Mon, 1 Jun 2015 04:59:25 +0000 (06:59 +0200)
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/test/librbd/fsx.cc

index 238d6ab085ba4c9b7dbc3c798a5cb5c6780776c2..15f3afbd01612de6a4352bcd0aa8fe26dc79dfde 100644 (file)
@@ -2002,7 +2002,7 @@ main(int argc, char **argv)
                case 'b':
                        simulatedopcount = getnum(optarg, &endp);
                        if (!quiet)
-                               fprintf(stdout, "Will begin at operation %ld\n",
+                               fprintf(stdout, "Will begin at operation %lu\n",
                                        simulatedopcount);
                        if (simulatedopcount == 0)
                                usage();