Skip to content

Commit

Permalink
Merge pull request #2010 from Shopify/wcandillon-patch-6
Browse files Browse the repository at this point in the history
minor update in log message
  • Loading branch information
lozovskijaleksej committed Dec 10, 2023
2 parents 9c6f9e2 + 34ee3d4 commit df2eec4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package/android/cpp/rnskia-android/SkiaOpenGLSurfaceFactory.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ class WindowSurfaceHolder {

// Check for exceptions
if (env->ExceptionCheck()) {
RNSkLogger::logToConsole(
"updateTexImage() failed. The exception above can safely be ignored");
RNSkLogger::logToConsole("updateAndRelease() failed. The exception above "
"can safely be ignored");
env->ExceptionClear();
}
}
Expand Down Expand Up @@ -162,4 +162,4 @@ class SkiaOpenGLSurfaceFactory {
}
};

} // namespace RNSkia
} // namespace RNSkia

0 comments on commit df2eec4

Please sign in to comment.