aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/showconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/showconf.c')
-rw-r--r--src/tools/showconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/showconf.c b/src/tools/showconf.c
index fa3fd2d..390273a 100644
--- a/src/tools/showconf.c
+++ b/src/tools/showconf.c
@@ -32,7 +32,7 @@ int showconf_main(int argc, char *argv[])
}
if (ipc_get_device(&device, argv[1])) {
- perror("Unable to get device");
+ perror("Unable to access interface");
goto cleanup;
}