« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/yaml.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/yaml.js')
-rw-r--r--src/data/yaml.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/yaml.js b/src/data/yaml.js
index ab97ab7..ae160d5 100644
--- a/src/data/yaml.js
+++ b/src/data/yaml.js
@@ -1379,7 +1379,7 @@ export async function quickLoadAllFromYAML(dataPath, {
     logInfo`No reference errors found. (complete data)`;
   } catch (error) {
     showAggregate(error);
-    logWarn`Duplicate directories found. (partial data)`;
+    logWarn`Reference errors found. (partial data)`;
   }
 
   sortWikiDataArrays(wikiData);