clearer output
This commit is contained in:
parent
851ba90431
commit
31d0da62f2
1 changed files with 2 additions and 1 deletions
|
@ -29,6 +29,7 @@ int main(int argc, char** argv) try {
|
||||||
knock_data
|
knock_data
|
||||||
);
|
);
|
||||||
|
|
||||||
|
std::cout << "anonymously signing in..." << std::endl;
|
||||||
processor->signIn("anonymous", "");
|
processor->signIn("anonymous", "");
|
||||||
processor->activateDevice();
|
processor->activateDevice();
|
||||||
|
|
||||||
|
@ -67,7 +68,7 @@ int main(int argc, char** argv) try {
|
||||||
std::filesystem::rename(out_file, ext_file);
|
std::filesystem::rename(out_file, ext_file);
|
||||||
}
|
}
|
||||||
|
|
||||||
std::cout << "DRM-free " + file_type + " file generated at " + ext_file << std::endl;
|
std::cout << file_type + " file generated at " + ext_file << std::endl;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue