From 2fb3386731d1330dd7f85f546cc455ddefcafb47 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Mon, 12 Jan 2015 07:08:57 +0000 Subject: [PATCH] change dep labels --- appinfo/app.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appinfo/app.php b/appinfo/app.php index 0bbce2e..7072f61 100644 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -32,6 +32,6 @@ if(\OCP\App::isEnabled('appframework')){ 'name' => \OCP\Util::getL10N('ocsms')->t('SMS') )); } else { - $msg = 'Can not enable the MyApp app because the App Framework App is disabled'; - \OCP\Util::writeLog('myapp', $msg, \OCP\Util::ERROR); + $msg = 'Can not enable the OcSms app because the App Framework App is disabled'; + \OCP\Util::writeLog('ocsms', $msg, \OCP\Util::ERROR); }