Skip to content

Commit bdb9759

Browse files
authored
Merge pull request #2010 from Shopify/wcandillon-patch-6
minor update in log message
2 parents d3c1b95 + 62fd531 commit bdb9759

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package/android/cpp/rnskia-android/SkiaOpenGLSurfaceFactory.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ class WindowSurfaceHolder {
8989

9090
// Check for exceptions
9191
if (env->ExceptionCheck()) {
92-
RNSkLogger::logToConsole(
93-
"updateTexImage() failed. The exception above can safely be ignored");
92+
RNSkLogger::logToConsole("updateAndRelease() failed. The exception above "
93+
"can safely be ignored");
9494
env->ExceptionClear();
9595
}
9696
}
@@ -162,4 +162,4 @@ class SkiaOpenGLSurfaceFactory {
162162
}
163163
};
164164

165-
} // namespace RNSkia
165+
} // namespace RNSkia

0 commit comments

Comments
 (0)