git-svn-id: https://profuse.googlecode.com/svn/branches/v2@195 aa027e90-d47c-11dd-86d7-074df07e0730

This commit is contained in:
ksherlock 2009-12-20 00:23:06 +00:00
parent 525b69a333
commit 9bca60e977
1 changed files with 3 additions and 1 deletions

View File

@ -277,8 +277,10 @@ int main(int argc, char **argv)
{
struct fuse_session* se;
se = fuse_lowlevel_new(&args, &pascal_ops, sizeof(pascal_ops), fVolume);
std::printf("Mounting ``%s'' on ``%s''\n", fVolume->name(), mountpoint);
se = fuse_lowlevel_new(&args, &pascal_ops, sizeof(pascal_ops), fVolume);
if (se) do {
//foreground = 1;
//multithread = 0;