Supress debug message

This commit is contained in:
Eelco Dolstra 2017-03-13 11:11:48 +01:00
parent 73900e9f5f
commit d1afb42f12
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -75,7 +75,7 @@ State::State()
, memoryTokens(config->getIntOption("nar_buffer_size", getMemSize() / 2))
, maxOutputSize(config->getIntOption("max_output_size", 2ULL << 30))
{
printInfo("using %d bytes for the NAR buffer", memoryTokens.capacity());
debug("using %d bytes for the NAR buffer", memoryTokens.capacity());
hydraData = getEnv("HYDRA_DATA");
if (hydraData == "") throw Error("$HYDRA_DATA must be set");