summaryrefslogtreecommitdiffstats
path: root/searchcore/src
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahoo-inc.com>2017-04-18 14:02:14 +0000
committerTor Egge <Tor.Egge@yahoo-inc.com>2017-04-18 14:02:14 +0000
commitcadeba69ee4c490001d4dac53b7c1d9c177d1517 (patch)
treed70df462dc95296207eab6b73eb69650dfc4e796 /searchcore/src
parentc9a5be0ab38584bf04553e0a8b3d6fd29d00cdf4 (diff)
Fix warning messages.
Diffstat (limited to 'searchcore/src')
-rw-r--r--searchcore/src/vespa/searchcore/proton/attribute/document_field_retriever.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/attribute/document_field_retriever.cpp b/searchcore/src/vespa/searchcore/proton/attribute/document_field_retriever.cpp
index d3f3d4e99c3..00eba5014b3 100644
--- a/searchcore/src/vespa/searchcore/proton/attribute/document_field_retriever.cpp
+++ b/searchcore/src/vespa/searchcore/proton/attribute/document_field_retriever.cpp
@@ -93,7 +93,7 @@ setValue(DocumentIdT lid,
break;
}
default:
- LOG(warning, "Unknown attribute collection type in Schema.");
+ LOG(warning, "Unknown attribute collection type in attribute.");
break;
}
}
@@ -142,7 +142,7 @@ DocumentFieldRetriever::populate(DocumentIdT lid,
// Reference attribute doesn't store full document id.
break;
default:
- LOG(warning, "Unknown attribute data type in Schema.");
+ LOG(warning, "Unknown attribute data type in attribute.");
}
}