]> source.dussan.org Git - nextcloud-server.git/commitdiff
log where a resource was not found 3935/head
authorJörn Friedrich Dreyer <jfd@butonic.de>
Thu, 2 Mar 2017 09:50:54 +0000 (10:50 +0100)
committerMorris Jobke <hey@morrisjobke.de>
Mon, 20 Mar 2017 04:21:19 +0000 (22:21 -0600)
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
lib/private/Template/ResourceLocator.php

index 9015bf5d97c481f08a4f3f19676e51cf1b94c6ca..e82a77ba65f0681806962bc405158c8a327ee226 100755 (executable)
@@ -84,7 +84,7 @@ abstract class ResourceLocator {
                                        $this->doFindTheme($resource);
                                } catch (ResourceNotFoundException $e) {
                                        $resourceApp = substr($resource, 0, strpos($resource, '/'));
-                                       $this->logger->debug('Could not find resource file "' . $e->getResourcePath() . '"', ['app' => $resourceApp]);
+                                       $this->logger->debug('Could not find resource file in theme "' . $e->getResourcePath() . '"', ['app' => $resourceApp]);
                                }
                        }
                }