]> Git Repo - qemu.git/blobdiff - tpm.c
pci: add network device class 'other' for network switches
[qemu.git] / tpm.c
diff --git a/tpm.c b/tpm.c
index 4ffd9b927e2de8cf85587e3873e219331e051ea6..963b7ee0d82e2de1ed196b6005194d46fe023d14 100644 (file)
--- a/tpm.c
+++ b/tpm.c
@@ -134,7 +134,7 @@ static int configure_tpm(QemuOpts *opts)
     Error *local_err = NULL;
 
     if (!QLIST_EMPTY(&tpm_backends)) {
-        error_report("Only one TPM is allowed.\n");
+        error_report("Only one TPM is allowed.");
         return 1;
     }
 
This page took 0.02289 seconds and 4 git commands to generate.