Skip to content

Commit

Permalink
Remove logging of unknown encryption methods
Browse files Browse the repository at this point in the history
  • Loading branch information
matthuisman authored and Maven85 committed Oct 16, 2020
1 parent c27141c commit 194158e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/parser/HLSTree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,6 @@ int HLSTree::processEncryption(std::string baseUrl, std::map<std::string, std::s
return ENCRYPTIONTYPE_INVALID;
}

// UNKNOWN
Log(LOGLEVEL_WARNING, "Unknown encryption method: %s with keyformat %s", map["METHOD"].c_str(),
map["KEYFORMAT"].c_str());
return ENCRYPTIONTYPE_UNKNOWN;
}

Expand Down

0 comments on commit 194158e

Please sign in to comment.