From c15c71d9f02e7650fa7b87fc8cbe0f25ead2782c Mon Sep 17 00:00:00 2001 From: comex Date: Sat, 10 Jan 2015 16:33:13 -0500 Subject: fixes --- lib/substrate-compat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/substrate-compat.c b/lib/substrate-compat.c index 6bbe316..3658ac7 100644 --- a/lib/substrate-compat.c +++ b/lib/substrate-compat.c @@ -13,7 +13,7 @@ EXPORT void *SubFindSymbol(void *image, const char *name) __asm__("SubFindSymbol"); void *SubFindSymbol(void *image, const char *name) { if (!image) { - const char *s = "SubFindSymbol: 'any image' specified, which is incredibly slow - like, 2ms. I'm going to do it since it seems to be somewhat common, but you should be ashamed of yourself."; + const char *s = "SubFindSymbol: 'any image' specified, which is incredibly slow - like, 2ms on a fast x86. I'm going to do it since it seems to be somewhat common, but you should be ashamed of yourself."; syslog(LOG_WARNING, "%s", s); fprintf(stderr, "%s\n", s); /* and it isn't thread safe, but neither is MS */ -- cgit v1.2.3