packagefs: Resolve error output TODOs
This commit is contained in:
@@ -75,7 +75,7 @@ struct Package::LoaderErrorOutput : BErrorOutput {
|
|||||||
|
|
||||||
virtual void PrintErrorVarArgs(const char* format, va_list args)
|
virtual void PrintErrorVarArgs(const char* format, va_list args)
|
||||||
{
|
{
|
||||||
// TODO:...
|
ERRORV(format, args);
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
@@ -702,7 +702,7 @@ private:
|
|||||||
|
|
||||||
virtual void PrintErrorVarArgs(const char* format, va_list args)
|
virtual void PrintErrorVarArgs(const char* format, va_list args)
|
||||||
{
|
{
|
||||||
// TODO:...
|
ERRORV(format, args);
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|||||||
Reference in New Issue
Block a user