]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- work on dbus interface
authorArvin Schnell <aschnell@suse.de>
Wed, 15 Aug 2012 14:16:44 +0000 (16:16 +0200)
committerArvin Schnell <aschnell@suse.de>
Wed, 15 Aug 2012 14:16:44 +0000 (16:16 +0200)
doc/dbus-protocol.txt
snapper/Compare.cc

index fbf1d1cc8b5c23b766f1478a09285a693b60bb57..49fa4de7a596cedeef14dc3e93ad5d5ac61daa9a 100644 (file)
@@ -33,7 +33,7 @@ signal SnapshotsDeleted config-name list(numbers)
 
 method MountSnapshot config-name number
 method UmountSnapshot config-name number
-
+method GetMountPoint config-name number
 
 
 method CreateComparison config-name number1 number2
index 89b01eedfaa97e68b3476f925d55b4a3dd3c4204..9c371fc7d361ab30a43b7c07b83a9f928b95251f 100644 (file)
@@ -100,7 +100,7 @@ namespace snapper
        DIR* dp = fdopendir(fd);
        if (dp == NULL)
        {
-           cerr << "fdopendir failed path:" << base_path + path << " error:" << strerror(errno) << endl;
+           cerr << "fdopendir failed path:" << fullname() << " error:" << strerror(errno) << endl;
            ::close(fd);
            throw IOErrorException();
        }