Searched refs:stringOutput (Results 1 – 1 of 1) sorted by relevance
787 std::stringstream stringOutput; in GetServiceNames() local788 stringOutput << "Available Codec2 services:"; in GetServiceNames()790 stringOutput << " \"" << name << "\""; in GetServiceNames()792 LOG(INFO) << stringOutput.str(); in GetServiceNames()