mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 13:14:29 -08:00
some stderr output on error
This commit is contained in:
@@ -66,8 +66,10 @@ mfconn *mfconn_create(const char *server, const char *username,
|
||||
|
||||
if (retval == 0)
|
||||
return conn;
|
||||
else
|
||||
else {
|
||||
fprintf(stderr, "error: mfconn_api_user_get_session_token\n");
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
||||
void mfconn_destroy(mfconn * conn)
|
||||
|
||||
Reference in New Issue
Block a user