Form of logs changed in new FairRoot
In the latest FairRoot form of logs changed (basically changing commands from LOG(ERROR) to LOG(error)). This needs to be fixed across whole source code of mpdroot. Usual type of warnings is of the form
warning: 'fair::Severity::ERROR' is deprecated: Use LOG(error) instead (lowercase severity name)