diff options
Diffstat (limited to 'init/bootchartd.c')
-rw-r--r-- | init/bootchartd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/bootchartd.c b/init/bootchartd.c index 4377d90e3..750f67356 100644 --- a/init/bootchartd.c +++ b/init/bootchartd.c | |||
@@ -208,7 +208,7 @@ static char *make_tempdir(void) | |||
208 | bb_perror_msg_and_die("can't %smount tmpfs", "un"); | 208 | bb_perror_msg_and_die("can't %smount tmpfs", "un"); |
209 | } | 209 | } |
210 | #else | 210 | #else |
211 | bb_perror_msg_and_die("can't create temporary directory"); | 211 | bb_simple_perror_msg_and_die("can't create temporary directory"); |
212 | #endif | 212 | #endif |
213 | } else { | 213 | } else { |
214 | xchdir(tempdir); | 214 | xchdir(tempdir); |