Searched refs:stringOutput (Results 1 – 1 of 1) sorted by relevance
2507 std::stringstream stringOutput; in CacheServiceNames() local2508 stringOutput << "Available Codec2 services:"; in CacheServiceNames()2510 stringOutput << " \"" << name << "\""; in CacheServiceNames()2512 LOG(INFO) << stringOutput.str(); in CacheServiceNames()