summaryrefslogtreecommitdiff
path: root/src/routine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/routine.cpp')
-rw-r--r--src/routine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routine.cpp b/src/routine.cpp
index 4f0dd4d1..b25eec56 100644
--- a/src/routine.cpp
+++ b/src/routine.cpp
@@ -77,6 +77,7 @@ void Routine::InitDatabase(const std::vector<database::DatabaseEntry> &userDatab
if (has_db) { continue; }
// Builds the parameter database for this device and routine set and stores it in the cache
+ log_debug("Searching database for kernel '" + kernel_name + "'");
db_(kernel_name) = Database(device_, kernel_name, precision_, userDatabase);
DatabaseCache::Instance().Store(DatabaseKey{ platform_, device_(), precision_, kernel_name },
Database{ db_(kernel_name) });