commit | 24acd595323ab6c57339a901fcf67735c75becfb | [log] [tgz] |
---|---|---|
author | Martin Szulecki <m.szulecki@libimobiledevice.org> | Wed Jan 28 02:50:18 2015 +0100 |
committer | Martin Szulecki <m.szulecki@libimobiledevice.org> | Wed Jan 28 02:50:18 2015 +0100 |
tree | 311618337aafc6d1b701f6e2d0427920a3875ae7 | |
parent | 2c6e04f6b98f6bb4504050aacc2f1489e7497bba [diff] |
Report to stderr if status callback was called with invalid arguments
diff --git a/src/ideviceinstaller.c b/src/ideviceinstaller.c index 0cf2b18..642d547 100644 --- a/src/ideviceinstaller.c +++ b/src/ideviceinstaller.c
@@ -146,7 +146,7 @@ free(status_msg); } } else { - printf("%s: called with invalid data!\n", __func__); + fprintf(stderr, "ERROR: %s was called with invalid arguments!\n", __func__); } }