Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -407,6 +407,7 @@ class AdminMakeImmerse implements ShouldQueue | ... | @@ -407,6 +407,7 @@ class AdminMakeImmerse implements ShouldQueue |
407 | foreach ($contents as $key => $content){ | 407 | foreach ($contents as $key => $content){ |
408 | $DS = $key * $round; | 408 | $DS = $key * $round; |
409 | $DE = $DS + $round; | 409 | $DE = $DS + $round; |
410 | + Log::debug("round:$round, DS:$DS, DE:$DE"); | ||
410 | $text_file = $this->getAbsolutePath($this->getTempPath('.txt','text')); | 411 | $text_file = $this->getAbsolutePath($this->getTempPath('.txt','text')); |
411 | file_put_contents($text_file, $content); | 412 | file_put_contents($text_file, $content); |
412 | $sub_text .= 'drawtext="'. | 413 | $sub_text .= 'drawtext="'. | ... | ... |
-
Please register or login to post a comment