Browse Source

fix: adjust log wording

Frank 1 year ago
parent
commit
ac776cc8bf
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/api/providers/glama.ts

+ 1 - 2
src/api/providers/glama.ts

@@ -115,8 +115,7 @@ export class GlamaHandler implements ApiHandler {
 				}
 			}			
 		} catch (error) {
-			// ignore if fails
-			console.error("Error fetching Glama generation details:", error)
+			console.error("Error fetching Glama completion details", error)
 		}
 	}