aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 086788b..0690747 100644
--- a/src/main.c
+++ b/src/main.c
@@ -182,8 +182,8 @@ int main(int argc, char *argv[], char *arge[]) {
globals.tmpdir = get_tmpdir(&tmpdir_usable);
if (!tmpdir_usable) {
- msg(OMC_MSG_ERROR | OMC_MSG_L1, "%s: Sjet $TMPDIR to a location other than %s\n",
- strerror(errno), globals.tmpdir, globals.tmpdir);
+ msg(OMC_MSG_ERROR | OMC_MSG_L1, "Set $TMPDIR to a location other than %s\n",
+ globals.tmpdir, globals.tmpdir);
if (globals.tmpdir)
free(globals.tmpdir);
exit(1);