diff --git a/Engine/Node.cpp b/Engine/Node.cpp index 15a7c71990..d9b8e1c3ff 100644 --- a/Engine/Node.cpp +++ b/Engine/Node.cpp @@ -3326,7 +3326,7 @@ Node::makeInfoForInput(int inputNumber) const } for (std::list::iterator it = availableLayers.begin(); it != availableLayers.end(); ++it) { - ss << " " << it->getPlaneLabel(); + ss << " " << it->getPlaneLabel() << '.' << it->getChannelsLabel(); if ( next != availableLayers.end() ) { ss << ", "; ++next;