aboutsummaryrefslogtreecommitdiffstats
path: root/core/src/globals.js
diff options
context:
space:
mode:
authorSimon L <szaimen@e.mail.de>2023-06-24 15:10:29 +0200
committernextcloud-command <nextcloud-command@users.noreply.github.com>2023-06-24 15:00:15 +0000
commit95deec130aa958b6ebb13e216e01318a90ae7ba9 (patch)
treefced69fa0103cf075e6ff8ec464912882fec89ae /core/src/globals.js
parent908adb339bc67bc92328989bcc8a6993deefc4d3 (diff)
downloadnextcloud-server-95deec130aa958b6ebb13e216e01318a90ae7ba9.tar.gz
nextcloud-server-95deec130aa958b6ebb13e216e01318a90ae7ba9.zip
address review
Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'core/src/globals.js')
-rw-r--r--core/src/globals.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/globals.js b/core/src/globals.js
index 61ad3921999..1a4c0582768 100644
--- a/core/src/globals.js
+++ b/core/src/globals.js
@@ -56,7 +56,7 @@ import { getToken as getRequestToken } from './OC/requesttoken.js'
const warnIfNotTesting = function() {
if (window.TESTING === undefined) {
- OC.debug && console.debug.apply(console, arguments)
+ OC.debug && console.warn.apply(console, arguments)
}
}