Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kaimi-io/yandex-music-download.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaimi <kaimi-@users.noreply.github.com>2020-09-06 20:43:04 +0300
committerGitHub <noreply@github.com>2020-09-06 20:43:04 +0300
commit40828d629176c4925322cc4683a5a7fe2566a687 (patch)
treead1612b2a0291df62bfac0edefa1efaab2485000
parentb17cca552616c289e1e63afad6d2fb3580a4bd90 (diff)
Minor debug logging
-rwxr-xr-xsrc/ya.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ya.pl b/src/ya.pl
index 08b8341..9a0871b 100755
--- a/src/ya.pl
+++ b/src/ya.pl
@@ -304,6 +304,7 @@ my @include = ();
if($opt{debug})
{
+ info(DEBUG, 'Yandex Music Downloader v' . VERSION . NL . NL);
print_perl_info();
}