diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2007-05-21 23:48:56 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@xenon.tklauser.home> | 2007-05-21 23:48:56 +0200 |
commit | da6ced09604b870ae41c534237399f7f51c68dcd (patch) | |
tree | cb8ba2ed80b70490dd0872ba0cd29631bf964e84 /inotail.c | |
parent | ec290fea4468a13a8019ce24b9bf2896f4725330 (diff) | |
parent | 18244146721e33ff0307cdddec3024cc4a1f91e4 (diff) |
Merge commit 'HEAD'; branch 'master' into buffersize
Diffstat (limited to 'inotail.c')
-rw-r--r-- | inotail.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -513,7 +513,7 @@ int main(int argc, char **argv) files = malloc(n_files * sizeof(struct file_struct)); if (unlikely(!files)) { - fprintf(stderr, "Error: Could not allocate memory (%s)\n", strerror(errno)); + fprintf(stderr, "Error: Failed to allocate memory (%s)\n", strerror(errno)); exit(EXIT_FAILURE); } |