summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/perftest.pgc
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/ecpg/test/perftest.pgc')
-rw-r--r--src/interfaces/ecpg/test/perftest.pgc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/test/perftest.pgc b/src/interfaces/ecpg/test/perftest.pgc
index 0c5b1478aae..7fb22588c87 100644
--- a/src/interfaces/ecpg/test/perftest.pgc
+++ b/src/interfaces/ecpg/test/perftest.pgc
@@ -15,7 +15,7 @@ print_result(long sec, long usec, char *text)
sec--;
usec+=1000000;
}
- printf("I needed %ld seconds and %ld microseconds for the %s test.\n", sec, usec, text);
+ printf("%ld seconds and %ld microseconds for test %s\n", sec, usec, text);
exec sql vacuum;
sleep(1);
}