diff options
Diffstat (limited to 'backends/cloud')
-rw-r--r-- | backends/cloud/googledrive/googledrivestorage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/cloud/googledrive/googledrivestorage.cpp b/backends/cloud/googledrive/googledrivestorage.cpp index df29a87eec..327c9ee8eb 100644 --- a/backends/cloud/googledrive/googledrivestorage.cpp +++ b/backends/cloud/googledrive/googledrivestorage.cpp @@ -264,7 +264,7 @@ void GoogleDriveStorage::printFiles(FileArrayResponse response) { debug("\t%s%s", files[i].name().c_str(), files[i].isDirectory() ? " (directory)" : ""); debug("\t%s", files[i].path().c_str()); debug("\t%s", files[i].id().c_str()); - debug(""); + debug(" "); } } |