quieted down m-a add_certifier: there is no reason why the admin should be shown...
[monkeysphere.git] / src / monkeysphere-authentication
index ae4f3f42ef881b380fa8698e1ffc4595bb41cb08..b0dcc88fd85b70a38ed44f52d07b346e3c2a9ffc 100755 (executable)
@@ -100,7 +100,7 @@ core_fingerprint() {
 gpg_core_sphere_sig_transfer() {
     log debug "exporting core local sigs to sphere..."
     gpg_core --export-options export-local-sigs --export | \
-       gpg_sphere "--import-options import-local-sigs --import"
+       gpg_sphere "--import-options import-local-sigs --import" 2>&1 | log debug
 }
 
 ########################################################################