LOG: Added Logs
Build, Push and Deploy CMS / build-push-deploy (push) Successful in 2m0s

This commit is contained in:
FahdShalhoub
2026-08-16 20:26:29 +03:00
parent 29fefcaf2b
commit a558a0fe88
+3 -2
View File
@@ -5,13 +5,13 @@ import (
"encoding/hex"
"encoding/json"
"fmt"
"log"
"net/http"
"path/filepath"
"strings"
"time"
"thamanyah/cms/v2/internal/services"
"thamanyah/cms/v2/internal/views"
"time"
)
const (
@@ -97,6 +97,7 @@ func CompleteVideoUpload(w http.ResponseWriter, r *http.Request) {
jobID, err := services.MediaConvertClient.QueueEncodingJob(r.Context(), key)
if err != nil {
log.Printf("Something Went Wrong On Creation Of Transcoding Job: %s", err)
renderUploadError(w, r, "Something Went Wrong On Creation Of Transcoding Job")
return
}