diff --git a/server/main.cpp b/server/main.cpp index 76c1497..266e727 100644 --- a/server/main.cpp +++ b/server/main.cpp @@ -85,7 +85,7 @@ int main(int argc, char *argv[]) { apFilename[iDrive] = argv[iArg]; if (bVerbose) - printf("Drive %d: %s\n", iDrive + 1, apFilename[iDrive]); + printf("Drive %d: %s\n", iDrive, apFilename[iDrive]); break; } }