瀏覽代碼

[DoctrineBundle] Typo

Bertrand Zuchuat 14 年之前
父節點
當前提交
462976d0d9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Symfony/Bundle/DoctrineBundle/Command/DropDatabaseDoctrineCommand.php

+ 1 - 1
src/Symfony/Bundle/DoctrineBundle/Command/DropDatabaseDoctrineCommand.php

@@ -73,7 +73,7 @@ EOT
                 $output->writeln(sprintf('<error>%s</error>', $e->getMessage()));
             }
         } else {
-            $output->writeln(sprintf('<info>Would drop the database named <comment>%</comment>.</info>', $name));
+            $output->writeln(sprintf('<info>Would drop the database named <comment>%s</comment>.</info>', $name));
             $output->writeln(sprintf('<error>All data will be lost!</error>', $name));
         }
     }