Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71cadcf8 authored by Leon Scroggins III's avatar Leon Scroggins III
Browse files

PrintTo(LayerSettings): print the name of the layer

Bug: 188050128
Bug: 188442510
Test: manual
Change-Id: I74d085d083910b31c84c9fdab60cda91f3fa7ea2
parent 8c68daf6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -290,7 +290,7 @@ static inline void PrintTo(const StretchEffect& effect, ::std::ostream* os) {
}

static inline void PrintTo(const LayerSettings& settings, ::std::ostream* os) {
    *os << "LayerSettings {";
    *os << "LayerSettings for '" << settings.name.c_str() << "' {";
    *os << "\n    .geometry = ";
    PrintTo(settings.geometry, os);
    *os << "\n    .source = ";