diff options
Diffstat (limited to 'tools/libxc/xc_solaris.c')
-rw-r--r-- | tools/libxc/xc_solaris.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libxc/xc_solaris.c b/tools/libxc/xc_solaris.c index b4830dec19..53ec642a8b 100644 --- a/tools/libxc/xc_solaris.c +++ b/tools/libxc/xc_solaris.c @@ -139,7 +139,7 @@ void *xc_map_foreign_ranges(xc_interface *xch, uint32_t dom, ioctl_failed: rc = munmap(addr, size); if (rc == -1) - PERROR("%s: error in error path\n", __FUNCTION__); + PERROR("%s: error in error path", __FUNCTION__); mmap_failed: return NULL; |