forked from lix-project/lix
Chomp log output from the build hook
This commit is contained in:
parent
d7653dfc6d
commit
3f5b98e65a
|
@ -3091,7 +3091,7 @@ void DerivationGoal::handleChildOutput(int fd, const string & data)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (hook && fd == hook->fromHook.readSide.get())
|
if (hook && fd == hook->fromHook.readSide.get())
|
||||||
printError(data); // FIXME?
|
printError(chomp(data));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue