config/Block: rename GetBlockPath() to GetPath()
This commit is contained in:
@@ -128,7 +128,7 @@ RecorderOutput::Configure(const ConfigBlock &block, Error &error)
|
||||
return false;
|
||||
}
|
||||
|
||||
path = block.GetBlockPath("path", error);
|
||||
path = block.GetPath("path", error);
|
||||
if (error.IsDefined())
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user