1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

Reduce verbosity in build-remote.pl

This commit is contained in:
Eelco Dolstra 2015-03-04 16:27:42 +01:00
parent 71b0a3a86b
commit 9f3eb56b46
3 changed files with 8 additions and 0 deletions

View file

@ -48,6 +48,11 @@ void init()
doInit();
void setVerbosity(int level)
CODE:
verbosity = (Verbosity) level;
int isValidPath(char * path)
CODE:
try {