diff --git a/ocs/v1.php b/ocs/v1.php
index b6ed5697a69ec517df129cd4ac197589588ca527..fb996d0564d83212b0d923139237b250d57d390d 100644
--- a/ocs/v1.php
+++ b/ocs/v1.php
@@ -56,6 +56,10 @@ try {
 	OC_App::loadApps();
 
 	OC::$server->getRouter()->match('/ocs'.\OC::$server->getRequest()->getRawPathInfo());
+
+	sleep(1);
+	OC::$server->getLogger()->info('This uses an old OCP\API::register construct. This will be removed in a future version of Nextcloud. Please migrate to the OCSController');
+
 	return;
 } catch (ResourceNotFoundException $e) {
 	// Fall through the not found