Code Duplication    Length = 7-7 lines in 2 locations

src/activities/transcoders/ImageTranscoder.php 1 location

@@ 43-49 (lines=7) @@
40
            $this->activityLogKey
41
        );
42
43
        if ($metadata)
44
            $this->cpeLogger->log_out(
45
                "INFO", 
46
                basename(__FILE__), 
47
                "Input Video metadata: " . print_r($metadata, true),
48
                $this->activityLogKey
49
            );
50
51
        try {
52
            $convertCmd = "";

src/activities/transcoders/VideoTranscoder.php 1 location

@@ 68-74 (lines=7) @@
65
            $this->activityLogKey
66
        );
67
        
68
        if ($metadata)
69
            $this->cpeLogger->log_out(
70
                "INFO", 
71
                basename(__FILE__), 
72
                "Input Video metadata: " . print_r($metadata, true),
73
                $this->activityLogKey
74
            );
75
        
76
        try {
77
            $ffmpegCmd = "";