Added messages about osx/fork/libmtp

This commit is contained in:
Jason Ferrara 2012-05-09 23:12:24 +00:00
parent 852070556e
commit 71283756a1

View File

@ -410,6 +410,7 @@ int main(int argc, char *argv[])
#ifdef __APPLE__
fuse_opt_add_arg(&args, "-f");
std::cout << "Running in the background disabled because of an imcompatiblity between fork and libmtp under Max OS X" << std::endl;
#endif
int result = fuse_main(args.argc, args.argv, &jmtpfs_oper, 0);