about summary refs log tree commit diff stats
path: root/011load.cc
diff options
context:
space:
mode:
Diffstat (limited to '011load.cc')
-rw-r--r--011load.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/011load.cc b/011load.cc
index db97f3b0..93d30c22 100644
--- a/011load.cc
+++ b/011load.cc
@@ -47,7 +47,7 @@ long long int slurp_recipe(istream& in) {
   if (Recipe_ordinal.find(recipe_name) == Recipe_ordinal.end()) {
     Recipe_ordinal[recipe_name] = Next_recipe_ordinal++;
   }
-  trace(9991, "load") << "--- defining " << recipe_name << end();
+  trace(9991, "parse") << "--- defining " << recipe_name << end();
   if (Recipe.find(Recipe_ordinal[recipe_name]) != Recipe.end()) {
     trace(9991, "parse") << "already exists" << end();
     if (warn_on_redefine(recipe_name))
added CONTRIBUTING.md' href='/akspecs/ranger/commit/CONTRIBUTING.md?h=v1.9.0b3&id=ea355f491fb10d5ce054c7813d9abdfd3fc68991'>ea355f49 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16