Skip to content

Commit f300c52

Browse files
author
David Hasani
committed
small log fix
1 parent 6ff9a0a commit f300c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/codewhisperer/service/transformByQ/transformApiHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ export async function pollTransformationJob(jobId: string, validStates: string[]
743743
}
744744
await sleep(CodeWhispererConstants.transformationJobPollingIntervalSeconds * 1000)
745745
} catch (e: any) {
746-
getLogger().error(`CodeTransformation: GetTransformation error = %O`, e)
746+
getLogger().error(`CodeTransformation: error = %O`, e)
747747
throw e
748748
}
749749
}

0 commit comments

Comments
 (0)