aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/Upgrade.php
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-07-04 13:25:00 +0200
committerGitHub <noreply@github.com>2016-07-04 13:25:00 +0200
commit77082c20a77c7202129600efbd74b8871b731ff5 (patch)
treee780e5f030a8558ccd6048afce8e7d924742f0d3 /core/Command/Upgrade.php
parent2f475a9f1e39933a7ca9dbbb047916d70068f308 (diff)
parentbca4f42e146749e5229ca56ddb7551e7bc4a27ab (diff)
downloadnextcloud-server-77082c20a77c7202129600efbd74b8871b731ff5.tar.gz
nextcloud-server-77082c20a77c7202129600efbd74b8871b731ff5.zip
Merge pull request #305 from Faldon/master
Changing name of default logfile
Diffstat (limited to 'core/Command/Upgrade.php')
-rw-r--r--core/Command/Upgrade.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Command/Upgrade.php b/core/Command/Upgrade.php
index 61b2e59a353..3550271fb5b 100644
--- a/core/Command/Upgrade.php
+++ b/core/Command/Upgrade.php
@@ -300,7 +300,7 @@ class Upgrade extends Command {
//Possible scenario: ownCloud core is updated but an app failed
$output->writeln('<warning>ownCloud is in maintenance mode</warning>');
$output->write('<comment>Maybe an upgrade is already in process. Please check the '
- . 'logfile (data/owncloud.log). If you want to re-run the '
+ . 'logfile (data/nextcloud.log). If you want to re-run the '
. 'upgrade procedure, remove the "maintenance mode" from '
. 'config.php and call this script again.</comment>'
, true);