On Thu, 13 Dec 2012 16:40:35 +0100
Pavel Hrdina wrote:
> Signed-off-by: Pavel Hrdina
> ---
> error.c | 8
> error.h | 6 ++
> 2 files changed, 14 insertions(+)
>
> diff --git a/error.c b/error.c
> index 128d88c..dd3ab66 100644
> --- a/error.c
> +++ b/error.c
> @@ -113,3 +113,11 @@
On 12/13/2012 08:40 AM, Pavel Hrdina wrote:
> Signed-off-by: Pavel Hrdina
> ---
> error.c | 8
> error.h | 6 ++
> 2 files changed, 14 insertions(+)
>
>
> +/**
> + * Print an error object as pretty string to current monitor or on stderr,
> then
> + * free the errot object.
s/er
Signed-off-by: Pavel Hrdina
---
error.c | 8
error.h | 6 ++
2 files changed, 14 insertions(+)
diff --git a/error.c b/error.c
index 128d88c..dd3ab66 100644
--- a/error.c
+++ b/error.c
@@ -113,3 +113,11 @@ void error_propagate(Error **dst_err, Error *local_err)
error_free(lo