Przeglądaj źródła

Add missing whitespace in new Debug::Acquire::gpgv output

Matt Zimmerman 21 lat temu
rodzic
commit
af45f087e2
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      methods/gpgv.cc

+ 1 - 1
methods/gpgv.cc

@@ -101,7 +101,7 @@ const char *GPGVMethod::VerifyGetSigners(const char *file, const char *outfile,
       {
          std::cerr << "Preparing to exec: " << gpgvpath;
 	 for(unsigned int j=0;Args[j] != NULL; j++)
-	    std::cerr << Args[j] << " ";
+	    std::cerr << " " << Args[j];
 	 std::cerr << std::endl;
       }
       int nullfd = open("/dev/null", O_RDONLY);