Revision 6adc0549 exec.c

b/exec.c
2668 2668
    } while (ret != 0 && errno == EINTR);
2669 2669

  
2670 2670
    if (ret != 0) {
2671
	    perror("statfs");
2671
	    perror(path);
2672 2672
	    return 0;
2673 2673
    }
2674 2674

  
......
2708 2708

  
2709 2709
    fd = mkstemp(filename);
2710 2710
    if (fd < 0) {
2711
	perror("mkstemp");
2711
	perror("unable to create backing store for hugepages");
2712 2712
	free(filename);
2713 2713
	return NULL;
2714 2714
    }

Also available in: Unified diff