From: Arvin Schnell Date: Wed, 15 Aug 2012 14:16:44 +0000 (+0200) Subject: - work on dbus interface X-Git-Tag: v0.1.3~152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2154281052be62861ed61eea917dffc5e5644d5;p=thirdparty%2Fsnapper.git - work on dbus interface --- diff --git a/doc/dbus-protocol.txt b/doc/dbus-protocol.txt index fbf1d1cc..49fa4de7 100644 --- a/doc/dbus-protocol.txt +++ b/doc/dbus-protocol.txt @@ -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 diff --git a/snapper/Compare.cc b/snapper/Compare.cc index 89b01eed..9c371fc7 100644 --- a/snapper/Compare.cc +++ b/snapper/Compare.cc @@ -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(); }