diff options
| -rw-r--r-- | src/ideviceinstaller.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ static void status_cb(const char *operation, plist_t status) | |||
| 146 | free(status_msg); | 146 | free(status_msg); |
| 147 | } | 147 | } |
| 148 | } else { | 148 | } else { |
| 149 | printf("%s: called with invalid data!\n", __func__); | 149 | fprintf(stderr, "ERROR: %s was called with invalid arguments!\n", __func__); |
| 150 | } | 150 | } |
| 151 | } | 151 | } |
| 152 | 152 | ||
