aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buffet/dbus_conversion.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/buffet/dbus_conversion.cc b/buffet/dbus_conversion.cc
index 39454ee..13f2c87 100644
--- a/buffet/dbus_conversion.cc
+++ b/buffet/dbus_conversion.cc
@@ -220,7 +220,7 @@ std::unique_ptr<base::Value> CreateValue<brillo::Any>(
brillo::Error::AddToPrintf(
error, FROM_HERE, "buffet", "unknown_type", "Type '%s' is not supported.",
- brillo::UndecorateTypeName(any.GetType().name()).c_str());
+ any.GetUndecoratedTypeName().c_str());
return nullptr;
}