Skip to content

Commit

Permalink
Merge branch 'dev-josh' into build-package
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboud committed Dec 7, 2021
2 parents b50562c + 4173ab0 commit 87c9e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/impl/autotierfs/autotierfs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ int main(int argc, char *argv[]) {
*/
mountpoint = argv[optind];
if (!is_directory(mountpoint)) {
Logging::log.error("Invalid mountpoint or command: " + mountpoint.string());
Logging::log.error("Invalid mountpoint: " + mountpoint.string());
fs_usage();
exit(EXIT_FAILURE);
}
Expand Down

0 comments on commit 87c9e6c

Please sign in to comment.