for debug filesystem

Origin commit data
------------------
Branch: ni/coolstream
Commit: c06e5b1407
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-08-21 (Fri, 21 Aug 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2015-08-21 22:04:04 +02:00
parent 71e8037a22
commit b0e25e796f

View File

@@ -281,6 +281,8 @@ int check_dir(const char * dir, bool allow_tmp)
default:
ret = 0; // ok
}
if(ret == -1)
printf("Wrong Filessystem Type: 0x%lx\n",s.f_type);
}
return ret;
}