From c015c3966d98a8b120a0e3ebb900b0755eeae750 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 4 Mar 2010 00:40:09 -0500 Subject: Fix perror() strings in tests. --- tests/introspective-system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/introspective-system.c') diff --git a/tests/introspective-system.c b/tests/introspective-system.c index 5dee23a..8ed6441 100644 --- a/tests/introspective-system.c +++ b/tests/introspective-system.c @@ -32,7 +32,7 @@ main() struct timespec tosleep = { .tv_sec = 0, .tv_nsec = 111111111L }; if (sandglass_init_introspective(&sandglass, SANDGLASS_SYSTEM) != 0) { - perror("sandglass_create()"); + perror("sandglass_init_introspective()"); return EXIT_FAILURE; } -- cgit v1.2.3