18 lines
281 B
Markdown
18 lines
281 B
Markdown
![]() |
---
|
||
|
title: darktable.print_error
|
||
|
id: darktable.print_error
|
||
|
weight: 40
|
||
|
draft: false
|
||
|
author: "people"
|
||
|
---
|
||
|
|
||
|
```
|
||
|
function(
|
||
|
message : string
|
||
|
)
|
||
|
```
|
||
|
|
||
|
This function is similar todarktable.print_log but adds an ERROR prefix for clarity.
|
||
|
|
||
|
* **message** - _string_ - The string to display.
|