Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CLI] Formatting issue in some DEBUG output #2

Closed
sobotka opened this issue Jan 19, 2020 · 0 comments
Closed

[CLI] Formatting issue in some DEBUG output #2

sobotka opened this issue Jan 19, 2020 · 0 comments
Labels
CLI Command-line interface / headless usage

Comments

@sobotka
Copy link
Owner

sobotka commented Jan 19, 2020

Formatting of some DEBUG output appears flawed.

  // Handle failure to find decoder
  if (codec == nullptr) {
    Error(QStringLiteral("Failed to find appropriate decoder for this codec (%1 :: %2)")
          .arg(stream()->footage()->filename(), avstream_->codecpar->codec_id));
    return false;
  }

Outputs the following incorrect output via the %2:

[WARNING] "Failed to find appropriate decoder for this codec (/home/aphorism/Downloads/Footage/Fuji-X-T3-Footage-DSCF0666.MOV :: %2)" ((null):0)
@sobotka sobotka added the CLI Command-line interface / headless usage label Jan 19, 2020
@sobotka sobotka closed this as completed Jan 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI Command-line interface / headless usage
Projects
None yet
Development

No branches or pull requests

1 participant